BitDNS
Verified contract
Active on
Ethereum with 12,160 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DNS | ERC-20 | 750.001331M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21097148 | 9 days ago | | | 0 | 0.00011036942 | |
| 20879290 | a month ago | | | 0 | 0.0010054693 | |
| 20879289 | a month ago | | | 0 | 0.0010873681 | |
| 20879289 | a month ago | | | 0 | 0.0010059781 | |
| 20879289 | a month ago | | | 0 | 0.0010054871 | |
| 20860325 | a month ago | | | 0 | 0.00015225800 | |
| 20414712 | 3 months ago | | | 0 | 0.00047590400 | |
| 19484948 | 8 months ago | | | 0 | 0.00068110230 | |
| 19328634 | 8 months ago | | | 0 | 0.0040451840 | |
| 19169669 | 9 months ago | | | 0 | 0.0011094258 |
ABI
ABI objects
Getter at block 21158176
decimals() view returns (uint8)
18
name() view returns (string)
BitDNS
owner() view returns (address)
0xb7b463886967ee8306f31124821e62eb0984d5f9
releaseCount() view returns (uint256)
4
releaseCycle() pure returns (uint256)
7889400
releaseMaxCount() pure returns (uint256)
20
releaseTime() view returns (uint256)
1640630174
symbol() view returns (string)
DNS
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
balanceOfAt(address account, uint256 snapshotId) view returns (uint256)
totalSupplyAt(uint256 snapshotId) 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)
release()
renounceOwnership()
setFundAccount(address fund_account)
setTeamAccount(address team_account)
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)
Snapshot(uint256 id)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.