DAODon Access Card
Verified contract
Active on
Ethereum with 1,309 txns
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 "DAODon Access Card"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20433588 | 3 months ago | | | 0 | 0.00021940578 | |
| 20373638 | 3 months ago | | | 0 | 0.00013513218 | |
| 20243370 | 4 months ago | | | 0 | 0.00012104415 | |
| 20243350 | 4 months ago | | | 0 | 0.00014370015 | |
| 20168039 | 4 months ago | | | 0 | 0.00025592528 | |
| 20106935 | 5 months ago | | | 0 | 0.00016866701 | |
| 19740687 | 6 months ago | | | 0 | 0.00019011198 | |
| 19600995 | 7 months ago | | | 0 | 0.00051059800 | |
| 19471261 | 8 months ago | | | 0 | 0.0018650199 | |
| 19322969 | 8 months ago | | | 0 | 0.00089231384 |
ABI
ABI objects
Getter at block 21125778
contractURI() view returns (string)
https://metadata.bitgem.co/daodon/
name() view returns (string)
DAODon Access Card
owner() view returns (address owner_)
0xad7233ee5a600e32e3f29adc89aea2139d1448c6
symbol() view returns (string)
DD
totalSupply() view returns (uint256)
232
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
isApprovedForAll(address account, address operator) view returns (bool)
isController(address _address) view returns (bool allowed)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256 tokenHash) view returns (string)
State-modifying
Events addController(address _controller)
burn(address account, uint256 id, uint256 amount)
burnBatch(address account, uint256[] ids, uint256[] amounts)
mint(uint256 id, uint256 amount, bytes data) returns (uint256 tokenHash)
mintBatch(address to, uint256[] ids, uint256[] amounts, bytes data)
mintTo(address account, uint256 id, uint256 amount, bytes data) returns (uint256 tokenHash)
relinquishControl()
renounceOwnership() returns (bool _success)
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setName(string name_)
setSymbol(string symbol_)
setURI(string newuri)
setUri(string uri_)
transferOwnership(address _newOwner) returns (bool _success)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
ControllerAdded(address indexed contractAddress, address indexed controllerAddress)
ControllerRemoved(address indexed contractAddress, address indexed controllerAddress)
Initialized(uint8 version)
OwnershipTransferred(address indexed newOwner)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.