DozerDoll
Verified contract
Active on
Ethereum with 1,099 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x6f53…892d
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
| ERC-20 | 88.888888M | -- | -- | |
| ERC-20 | 21M | -- | -- | |
| ERC-20 | 7.777777M | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
C4Y | ERC-20 | 3.7K | -- | -- | |
EBK | ERC-20 | 219.09 | -- | -- | |
SLV | ERC-20 | 1 | -- | -- | |
AOA | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10069406 | 5 years ago | | | 0 | 0.0015989400 | |
| 10069396 | 5 years ago | | | 1.09 | 0.0082440600 | |
| 10060889 | 5 years ago | | | 0 | 0.00077605200 | |
| 10053044 | 5 years ago | | | 0 | 0.00070353360 | |
| 10052990 | 5 years ago | | | 1.09 | 0.0040670696 | |
| 10044096 | 5 years ago | | | 0 | 0.00065023560 | |
| 10044039 | 5 years ago | | | 1.09 | 0.0038472280 | |
| 10038437 | 5 years ago | | | 0 | 0.00053298000 | |
| 10038437 | 5 years ago | | | 0 | 0.00055398000 | |
| 10038437 | 5 years ago | | | 0 | 0.00063933000 |
ABI
ABI objects
Getter at block 21192679 getCurrentPrice() view returns (uint256)
isOwner() view returns (bool)
false
name() view returns (string)
DozerDoll
owner() view returns (address)
0xde6730e6656f81de06857fd99e47ebf77d9a09f5
prefix() view returns (uint256)
1000000000000
symbol() view returns (string)
Unique Key
totalSupply() view returns (uint256)
3
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isMinter(address account) 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) view returns (string)
State-modifying
Events addMinter(address account)
approve(address to, uint256 tokenId)
burn(uint256 tokenId)
keyExchange(uint256 _tokenId)
keyExchangeMultiple(uint256[] _tokenId)
mint(address to, uint256 tokenId) returns (bool)
mintUniqueTokenToOnlyOwner(address _to, uint256 _tokenId, string _tokenURI)
mintWithTokenURI(address to, uint256 tokenId, string tokenURI) returns (bool)
renounceMinter()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address to, bool approved)
setCurrentPrice(uint256 _currentPrice)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
EventWithdraw(address _to, uint256 _value)
KeyExchange(address _to, uint256 tokenId)
KeyMint(address _to, uint256 tokenId)
MinterAdded(address indexed account)
MinterRemoved(address indexed account)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _name, string _symbol, string _tokenURI, uint256 _currentPrice, uint256 _prefix)
fallback()
This contract contains no error objects.