Graveyard
Contracts
Addresses
DFK Chain
Name
Mainnet
Testnet
Interfaces
interface IGraveyard {
event DeathRecorded(uint256 heroId, string indexed deathReason, uint256 deathTime);
function buryHero(address _holder, uint256 _heroId, string _deathReason, address _previousOwner);
function deadHeroes(uint256) view returns (uint256 id, uint256 heroId, uint64 deathTime, string deathReason, address previousOwner);
function getDeadHero(uint256 _heroId) view returns (tuple(uint256 id, uint256 heroId, uint64 deathTime, string deathReason, address previousOwner));
function getDeadHeroes() view returns (tuple(uint256 id, uint256 heroId, uint64 deathTime, string deathReason, address previousOwner)[]);
function getProfileDeadHero(address _profile, uint256 _index) view returns (tuple(uint256 id, uint256 heroId, uint64 deathTime, string deathReason, address previousOwner));
function getProfileDeadHeroes(address _profile) view returns (tuple(uint256 id, uint256 heroId, uint64 deathTime, string deathReason, address previousOwner)[]);
function heroCore() view returns (address);
function heroToDeadHero(uint256) view returns (uint256);
function profileDeadHeroes(address, uint256) view returns (uint256 id, uint256 heroId, uint64 deathTime, string deathReason, address previousOwner);
}ABIs
Historical Contracts
Addresses
Harmony
Name
Mainnet
Testnet
Related Contracts
Dark SummoningPerilous JourneyLast updated