Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($18.82)
Native
Value
$18.82
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.00549 | $3,428.62 |
$18.82 | |
HERO | ERC-20 | 99 | -- | -- | |
OLE | ERC-20 | 10 | -- | -- | |
PRO | ERC-20 | 0.088889 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18626635 | a year ago | | | 0 | 0.0011530909 | |
| 14452604 | 3 years ago | | | 0 | 0.0013704826 | |
| 14219266 | 3 years ago | | | 0 | 0.0023752926 | |
| 14168537 | 3 years ago | | | 0 | 0.0045714655 | |
| 13273165 | 3 years ago | | | 0 | 0.0031253622 | |
| 13180910 | 3 years ago | | | 0 | 0.0070863059 | |
| 13142854 | 3 years ago | | | 0 | 0.0032159353 | |
| 13142853 | 3 years ago | | | 0 | 0.0047965829 | |
| 11674261 | 4 years ago | | | 0 | 0.0011926050 | |
| 9523342 | 5 years ago | | | 0 | 0.00018774000 |
ABI
ABI objects
Getter at block 21269968
anotherOwner1() view returns (address)
0xf7ed56c1ac4d038e367a987258b86fc883b960a1
anotherOwner2() view returns (address)
0x0000000000000000000000000000000000000000
name() view returns (string)
Hero
nonFungibleContract() view returns (address)
0xed023b117953fcfaa92150d3ebe3e987d19563ce
owner() view returns (address)
0x47169f78750be1e6ec2deb2974458ac4f8751714
ownerCut() view returns (uint256)
180
paused() view returns (bool)
false
symbol() view returns (string)
HERO
totalSupply() view returns (uint256)
1090
Read-only
approvedFor(uint256 _tokenId) view returns (address)
balanceOf(address _owner) view returns (uint256)
getAuction(uint256 _tokenId) view returns (address seller, uint256 startingPrice, uint256 endingPrice, uint256 duration, uint256 startedAt)
getCurrentPrice(uint256 _tokenId) view returns (uint256)
getOwnerTokens(address _owner) view returns (uint256[])
heroes(uint256) view returns (uint64 creationTime, uint64 cooldownStartTime, uint32 cooldownIndex, uint256 genes)
ownerOf(uint256 _tokenId) view returns (address)
ownerTokens(address, uint256) view returns (uint256)
State-modifying
Events approve(address _to, uint256 _tokenId)
assignAnotherOwner1(address _anotherOwner)
assignAnotherOwner2(address _anotherOwner)
bid(uint256 _tokenId) payable
cancelAuction(uint256 _tokenId)
cancelAuctionWhenPaused(uint256 _tokenId)
createAuction(uint256 _tokenId, uint256 _startingPrice, uint256 _endingPrice, uint256 _duration)
createHero(uint256 _genes, address _owner) returns (uint256)
migrateHero(uint256 _genes, address _owner)
pause()
setHeroGenes(uint256 _id, uint256 _newGenes)
transfer(address _to, uint256 _tokenId)
transferFrom(address _from, address _to, uint256 _tokenId)
transferOwnership(address newOwner)
triggerCooldown(uint256 _id)
unpause()
withdrawBalance()
AnotherOwnerAssigned(address indexed anotherOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
AuctionCancelled(uint256 timestamp, address indexed seller, uint256 indexed tokenId)
AuctionCreated(uint256 timestamp, address indexed seller, uint256 indexed tokenId, uint256 startingPrice, uint256 endingPrice, uint256 duration)
AuctionSuccessful(uint256 timestamp, address indexed seller, uint256 indexed tokenId, uint256 totalPrice, address winner)
Mint(address indexed owner, uint256 newTokenId, uint256 genes)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpause()
constructor(uint256 _ownerCut)
This contract contains no fallback and receive objects.
This contract contains no error objects.