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 "ESplash"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19321447 | 8 months ago | | | 0 | 0.0021848980 | |
| 17777619 | a year ago | | | 0 | 0.0018820562 | |
| 17071473 | 2 years ago | | | 0 | 0.0017928147 | |
| 16858415 | 2 years ago | | | 0 | 0.00043484137 | |
| 14969675 | 2 years ago | | | 0 | 0.0029295871 | |
| 14920326 | 2 years ago | | | 0 | 0.0014001464 | |
| 14870063 | 2 years ago | | | 0 | 0.0012929339 | |
| 14810563 | 2 years ago | | | 0 | 0.00079150001 | |
| 14773783 | 2 years ago | | | 0 | 0.0026096850 | |
| 14754134 | 2 years ago | | | 0 | 0.0047784240 |
ABI
ABI objects
Getter at block 21124304
decimals() view returns (uint256)
18
name() view returns (string)
ESplash
owner() view returns (address)
0xd1b10a2cefce3211e662bfd47b810f3c9f28ec05
paused() view returns (bool)
false
symbol() view returns (string)
ESPL
totalSupply() view returns (uint256)
800000000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
blackListAddress(address listAddress, bool isBlackListed) returns (bool success)
burn(uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
mint(address account, uint256 amount)
pause()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
Blacklist(address indexed blackListed, bool value)
Burn(address indexed burner, uint256 value)
Mint(address indexed from, address indexed to, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor(string _name, string _symbol, uint256 _decimals, uint256 _supply, address tokenOwner)
This contract contains no fallback and receive objects.
This contract contains no error objects.