Balances ($0.00)
No balances found for "Essence"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20538242 | 3 months ago | | | 0 | 0.000057360021 | |
| 18319260 | a year ago | | | 0 | 0.00016272879 | |
| 18319214 | a year ago | | | 0 | 0.00013993015 | |
| 18024784 | a year ago | | | 0 | 0.00042215417 | |
| 18024758 | a year ago | | | 0 | 0.00040742539 | |
| 17913686 | a year ago | | | 0 | 0.00070991039 | |
| 16573183 | 2 years ago | | | 0 | 0.00071854441 | |
| 16573182 | 2 years ago | | | 0 | 0.00066089554 | |
| 16518827 | 2 years ago | | | 0 | 0.00085194539 | |
| 15287468 | 2 years ago | | | 0 | 0.00031149027 |
ABI
ABI objects
Getter at block 21213263
TOTAL_SUPPLY() view returns (uint256)
8000000000000000000000000000
TREASURY_SUPPLY() view returns (uint256)
1000000000000000000000000000
decimals() view returns (uint8)
18
dracoAddress() view returns (address)
0xf71a2cbb84fa4decdc403a13866e2976168efbd2
name() view returns (string)
Essence
owner() view returns (address)
0x5bf9f15c09e79b1ebaae41b8a9b57c16fd3914eb
symbol() view returns (string)
DRA
totalSupply() view returns (uint256)
1000558551273611107536382960
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)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mintToken(address _claimer, uint256 _amount)
renounceOwnership()
setDracoAddress(address _dracoAddress)
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)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.