Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "D-RUNT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18028025 | a year ago | | | 0 | 0.0031182918 | |
| 18025660 | a year ago | | | 0 | 0.0019257350 | |
| 18001738 | a year ago | | | 0 | 0.00041384441 | |
| 17840617 | a year ago | | | 0 | 0.0014190310 | |
| 17840613 | a year ago | | | 0 | 0.0010257310 | |
| 17718857 | a year ago | | | 0 | 0.0015162980 | |
| 17718849 | a year ago | | | 0 | 0.0020976980 | |
| 17676430 | a year ago | | | 0 | 0.00080274600 | |
| 17619132 | a year ago | | | 0 | 0.00075814900 | |
| 17590762 | a year ago | | | 0 | 0.0010700400 |
ABI
ABI objects
Getter at block 21292037
decimals() view returns (uint8)
18
name() view returns (string)
D-RUNT
owner() view returns (address)
0xa3d5c0983112ff311cd3363b37075ed0e9bccbdb
paused() view returns (bool)
false
symbol() view returns (string)
DRNT
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address holder) view returns (uint256 balance)
balanceOfTotal(address holder) view returns (uint256 balance)
isFrozen(address holder) view returns (bool frozen)
lockInfo(address locked, uint256 index) view returns (uint256 releaseTime, uint256 amount)
totalLocked(address locked) view returns (uint256 amount, uint256 length)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
autoUnlock(address from) returns (bool success)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
freezeAccount(address holder)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
lock(address recipient, uint256 amount, uint256 releaseTime) returns (bool success)
pause()
releaseLock(address from) returns (bool success)
renounceOwnership()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
transferWithLock(address recipient, uint256 amount, uint256 releaseTime) returns (bool success)
unfreezeAccount(address holder)
unlock(address from, uint256 idx) returns (bool success)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
Freeze(address indexed holder)
Lock(address indexed from, uint256 amount, uint256 releaseTime)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 value)
Unfreeze(address indexed holder)
Unlock(address indexed from, uint256 amount)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.