Horde of the Undead: Creatures
Verified contract
Active on
Ethereum with 486 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xa399…1086
16 additional
variables
Balances ($0.00)
No balances found for "Horde of the Undead: Creatures"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19750106 | 7 months ago | | | 0 | 0.00052548820 | |
| 19504418 | 8 months ago | | | 0 | 0.0015795437 | |
| 19294699 | 9 months ago | | | 0 | 0.0030274042 | |
| 19294671 | 9 months ago | | | 0 | 0.0029961467 | |
| 19176166 | 9 months ago | | | 0 | 0.0010962609 | |
| 18880761 | a year ago | | | 0 | 0.0029899274 | |
| 18487011 | a year ago | | | 0 | 0.00075143879 | |
| 18320890 | a year ago | | | 0 | 0.0011283906 | |
| 18182568 | a year ago | | | 0 | 0.00099294283 | |
| 18150975 | a year ago | | | 0 | 0.00031901570 |
ABI
ABI objects
Getter at block 21208013
_flaggedBaseURI() view returns (string)
ipfs://QmSUii5oFiBPu94UB3vqS6gDCJhuScAL6d6x9kgGqkh9E9
_revealedBaseURI() view returns (string)
ipfs://QmVfmeVLGtHSjH8fE7gVstqNMQahVqEa6FudQMr3P1Fx4E
_unrevealedBaseURI() view returns (string)
ipfs://QmQnyU83CXJNr5mzcqyWZcSs9nyrkUDYgsiWBYQjSWJvj8
getSigKey() view returns (address)
0x4f48d073704e884f47595294536a0d6b4ea383d7
isOwner() view returns (bool)
false
isRevealed() view returns (bool)
true
name() view returns (string)
Horde of the Undead: Creatures
owner() view returns (address)
0xf2537cdf168c2bd65234c69a8124775eaa3fb267
symbol() view returns (string)
HORDE2
totalSupply() view returns (uint256)
400
Read-only
balanceOf(address owner) view returns (uint256)
custodianOf(uint256 id) view returns (struct LockableACust)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isFlagged(uint256 tokenId) view returns (bool)
isLocked(uint256 id) view returns (bool)
lockedBalance(address owner) view returns (uint256)
lockedSince(uint256 id, uint256 since) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
recoverAddress(bytes sig, address recip) view returns (struct EIP712Allowlistingrecovered)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address app, uint256 id) payable
forceUnlock(uint256 tokenId)
lockToken(uint256 id)
mint(bytes sig, uint256 quant, bool isPublic) payable
renounceOwnership()
reveal()
safeTransferFrom(address f, address t, uint256 id, bytes data) payable
safeTransferFrom(address from, address to, uint256 tokenId) payable
setApprovalForAll(address _op, bool _app)
setCustodian(uint256 id, address custodianAddress)
setFlag(uint256 tokenId, bool flag)
setLive(bool isLive, bool isPublic)
setRecipient(address recip)
setSigKey(address _sigKey)
setURI(string uri, uint256 uriType)
transferFrom(address f, address t, uint256 id) payable
transferOwnership(address newOwner)
unlockToken(uint256 id)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()