DozerDoll
Verified contract
Active on
Ethereum with 113,577 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($15.81)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
HEX | ERC-20 | 6.8497K | $0.002307 |
$15.81 | |
| ERC-20 | 88.888888M | -- | -- | |
| ERC-20 | 21M | -- | -- | |
| ERC-20 | 7.777777M | -- | -- | |
HXRS | ERC-20 | 3.034497M | -- | -- | |
VZN | ERC-20 | 888.888K | -- | -- | |
TZX | ERC-20 | 500K | -- | -- | |
REV | ERC-20 | 20K | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
WIN | ERC-20 | 5K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21140635 | 3 days ago | | | 0 | 0.00091105672 | |
| 20875568 | a month ago | | | 0 | 0.00027990899 | |
| 20738508 | 2 months ago | | | 0 | 0.00010927217 | |
| 20710371 | 2 months ago | | | 0 | 0.00012287241 | |
| 20688816 | 2 months ago | | | 0 | 0.00017228365 | |
0x | 20688768 | 2 months ago | | | 0 | 0.000023177000 | |
0x | 20688749 | 2 months ago | | | 0 | 0.000023177000 | |
| 20688612 | 2 months ago | | | 0 | 0.000099554083 | |
| 20688586 | 2 months ago | | | 0 | 0.00010660361 | |
| 20683042 | 2 months ago | | | 0 | 0.00016620119 |
ABI
ABI objects
Getter at block 21158760
isOwner() view returns (bool)
false
name() view returns (string)
DozerDoll
owner() view returns (address)
0x9c26a257a858a37df3e3bd896e7e3a4b35ded182
symbol() view returns (string)
Dozer
totalSupply() view returns (uint256)
396178
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)
mint(address to, uint256 tokenId) returns (bool)
mintUniqueTokenTo(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)
transfer(address _to, uint256 _tokenId)
transferAll(address _to, uint256[] _tokenId)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
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)
This contract contains no fallback and receive objects.
This contract contains no error objects.