Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Spy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19751807 | 7 months ago | | | 0 | 0.00013857197 | |
| 19751802 | 7 months ago | | | 0 | 0.00011949539 | |
| 17164545 | 2 years ago | | | 0 | 0.0020229640 | |
| 16733243 | 2 years ago | | | 0 | 0.0011913439 | |
| 16655182 | 2 years ago | | | 0 | 0.00099896480 | |
| 16593419 | 2 years ago | | | 0 | 0.0031160750 | |
| 16550149 | 2 years ago | | | 0 | 0.00081604400 | |
| 16550149 | 2 years ago | | | 0 | 0.0014329440 | |
| 16484641 | 2 years ago | | | 0 | 0.0010173545 | |
| 16392892 | 2 years ago | | | 0 | 0.0010459879 |
ABI
ABI objects
Getter at block 21207480
EMISSION_MULTIPLE() view returns (uint256)
69
name() view returns (string)
Spy
owner() view returns (address)
0x6488b54f9502e9a4b1d7bb90863012f682fe60c6
symbol() view returns (string)
SPIES
totalSupply() view returns (uint256)
7369
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getUserData(address) view returns (uint128 lastBalance, uint64 lastTimestamp)
gooBalance(address user) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) pure returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 id)
mint(address recipient) returns (uint256 id)
mint(address recipient, uint256 timestamp) returns (uint256 id)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
sudoTransferFrom(address from, address to, uint256 tokenId)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateUserGooBalance(address user, uint256 gooAmount, uint8 updateType)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
GooBalanceUpdated(address indexed user, uint256 newGooBalance)
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.
TooEarly()