DozerDoll
Verified contract
Active on
Ethereum with 3,501 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
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.8 | -- | -- | |
AOA | ERC-20 | 7 | -- | -- | |
SLV | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11306146 | 4 years ago | | | 0 | 0.0012757160 | |
| 10343437 | 4 years ago | | | 0 | 0.0016704100 | |
| 10093056 | 5 years ago | | | 0 | 0.00078898800 | |
| 10092768 | 5 years ago | | | 0.28 | 0.0036548666 | |
| 10091471 | 5 years ago | | | 0 | 0.00095958000 | |
| 10091231 | 5 years ago | | | 0.28 | 0.0057708420 | |
| 10080540 | 5 years ago | | | 0 | 0.00053310000 | |
| 10080539 | 5 years ago | | | 0 | 0.00063945000 | |
| 10080517 | 5 years ago | | | 0.28 | 0.0029040220 | |
| 10080504 | 5 years ago | | | 0.28 | 0.0030228220 |
ABI
ABI objects
Getter at block 21383729 getCurrentPrice() view returns (uint256)
isOwner() view returns (bool)
false
name() view returns (string)
DozerDoll
owner() view returns (address)
0x686986160994d0ae9afdc65a3d38339269e97901
prefix() view returns (uint256)
1000000000000000
symbol() view returns (string)
Rare Key
totalSupply() view returns (uint256)
13
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.