Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
2 additional
variables
Balances ($0.00)
No balances found for "EET"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21347929 | 10 days ago | | | 0 | 0.00059948634 | |
| 20284997 | 5 months ago | | | 0 | 0.00032691802 | |
| 19829088 | 7 months ago | | | 0 | 0.00019030049 | |
| 19668922 | 8 months ago | | | 0 | 0.00055499811 | |
| 18424856 | a year ago | | | 0 | 0.0010665332 | |
| 18424850 | a year ago | | | 0 | 0.0010907768 | |
| 18342200 | a year ago | | | 0 | 0.00035887644 | |
| 18037949 | a year ago | | | 0 | 0.00067081335 | |
| 18032843 | a year ago | | | 0 | 0.00059637627 | |
| 18006367 | a year ago | | | 0 | 0.00073579550 |
ABI
ABI objects
Getter at block 21416802
_BondingCurveAddress() view returns (address)
0xfc09f2447dc82848c2c40f3e5ac54c053f3de07f
_EETRenderEngineAddress() view returns (address)
0xdcbd6c9f01ad94185ed3685c98d920622ac17638
_artist() view returns (address)
0x699b104fcab88d898a09bf4e9da62c0ea8b2742e
_colorsFrozen() view returns (bool)
false
_depsFrozen() view returns (bool)
false
_guaContract() view returns (address)
0x1c29f86fca2936376eba419ab9cedd6fb498743d
_manager() view returns (address)
0x074a8fa105bf658bde876c47d65999ea9622d1ee
_scoreBoardAddress() view returns (address)
0x7e4c11b07aa8219b616907785c888ab98e6a2b0e
name() view returns (string)
EET
symbol() view returns (string)
EET
totalSupply() view returns (uint256)
375
Read-only
_colors(uint256) view returns (bytes3)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenAPI(uint256 _tokenId) view returns (string)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
burnToCurve(uint256[] _tokenIds, address _currency, bytes _burnPayload)
mint(address[] _owners, bytes32[] _queryhash, uint256[] _rand, address _currency, string[] _encrypteds, bytes _mintPayload) payable returns (uint256[] tokenIds)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setDependencies(address guaContract_, address BondingCurveAddress_, address EETRenderEngineAddress_, address ScoreBoardAddress_, bool _freeze)
setManager(address manager_)
transferFrom(address from, address to, uint256 tokenId)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address manager_, bytes3[] colors_)
This contract contains no fallback and receive objects.
This contract contains no error objects.