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 "HIDDEN"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15185503 | 2 years ago | | | 0 | 0.00041737395 | |
| 15181528 | 2 years ago | | | 0 | 0.0016234288 | |
| 15181485 | 2 years ago | | | 0 | 0.0022798585 | |
| 15181113 | 2 years ago | | | 0 | 0.0014679189 | |
| 15176643 | 2 years ago | | | 0 | 0.00071676337 | |
| 15175769 | 2 years ago | | | 0 | 0.0011825269 | |
| 15174862 | 2 years ago | | | 0 | 0.00063385836 | |
| 15174861 | 2 years ago | | | 0 | 0.0010743535 | |
| 15174752 | 2 years ago | | | 0 | 0.00080442294 | |
| 15174634 | 2 years ago | | | 0 | 0.0010384204 |
ABI
ABI objects
Getter at block 21078130
decimals() view returns (uint8)
18
name() view returns (string)
HIDDEN
symbol() view returns (string)
HIDDEN
totalSupply() view returns (uint256)
1000000000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(address account, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 amount) returns (bool)
increaseAllowance(address spender, uint256 amount) returns (bool)
mint(address account, uint256 amount) returns (bool)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string _name_, string _symbol_, uint8 _decimals_, uint256 _totalSupply_)
This contract contains no fallback and receive objects.
This contract contains no error objects.