Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($9.25)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DCE | ERC-20 | 308.4345K | $0.00003 |
$9.25 | |
USA | ERC-20 | 1 | $0.000841 |
$0 | |
ONEDOLLAR | ERC-20 | 1K | -- | -- | |
OHNO | ERC-20 | 11 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22711824 | 7 hours ago | | | 0 | 0.0000030790360 | |
| 22711824 | 7 hours ago | | | 0 | 0.0000030790360 | |
| 22711797 | 7 hours ago | | | 0 | 0.0000030790360 | |
| 22711796 | 7 hours ago | | | 0 | 0.0000030790360 | |
| 22711795 | 7 hours ago | | | 0 | 0.0000030790360 | |
| 22711746 | 7 hours ago | | | 0 | 0.0000030790360 | |
| 22711745 | 7 hours ago | | | 0 | 0.0000030790360 | |
| 22711726 | 7 hours ago | | | 0 | 0.0000030790360 | |
| 22711725 | 7 hours ago | | | 0 | 0.0000030790360 | |
| 22711725 | 7 hours ago | | | 0 | 0.0000030790360 |
ABI
ABI objects
Getter at block 22724434
DOMAIN_SEPARATOR() view returns (bytes32)
0x4e7af3baa5d6abc8cae87c506286ac195774546f94b73581fa1194edbd478380
contractURI() view returns (string)
decimals() view returns (uint8)
18
name() view returns (string)
Ducky City Earn
owner() view returns (address)
0x45d8209cf49b12875d4db3ecfc65c56bc5cabc7f
symbol() view returns (string)
DCE
totalSupply() view returns (uint256)
2000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
nonces(address owner) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 _amount)
burnFrom(address _account, uint256 _amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mintTo(address _to, uint256 _amount)
multicall(bytes[] data) returns (bytes[] results)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
setContractURI(string _uri)
setOwner(address _newOwner)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
ContractURIUpdated(string prevURI, string newURI)
OwnerUpdated(address indexed prevOwner, address indexed newOwner)
TokensMinted(address indexed mintedTo, uint256 quantityMinted)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _defaultAdmin, string _name, string _symbol, uint256 initialSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.