nft dns
Verified contract
Implementation
Active on
Ethereum with 112 txns
Storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 43 additional slots
-
variable spans 49 additional slots
Balances ($0.00)
No balances found for "nft dns"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18900870 | a year ago | | | 0 | 0.00037010250 | |
| 18798964 | a year ago | | | 0 | 0.0021151526 | |
| 18798963 | a year ago | | | 0 | 0.0020364579 | |
| 17010624 | 2 years ago | | | 0 | 0.00050242735 | |
| 15873676 | 2 years ago | | | 0 | 0.00022165008 | |
| 14916537 | 2 years ago | | | 0 | 0.0012877227 | |
| 14616727 | 3 years ago | | | 0 | 0.0011245854 | |
| 14499795 | 3 years ago | | | 0 | 0.0014350723 | |
| 13585021 | 3 years ago | | | 0 | 0.0061412613 | |
| 13138953 | 3 years ago | | | 0 | 0.0021697946 |
ABI
ABI objects
Getter at block 21207236
decimals() view returns (uint8)
18
name() view returns (string)
nft dns
owner() view returns (address)
0x75d4bdbf6593ed463e9625694272a0ff9a6d346f
symbol() view returns (string)
nftdns
totalSupply() view returns (uint256)
182000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) 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)
initialize(string name, string symbol)
mint(address to, uint256 amount)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.