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 "WILL TOKEN"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9084178 | 5 years ago | | | 0 | 0.00023157900 | |
| 8432761 | 5 years ago | | | 0 | 0.00098140140 | |
| 8085863 | 5 years ago | | | 0 | 0.0015165900 | |
| 7215323 | 6 years ago | | | 0 | 0.00022899000 | |
| 6926243 | 6 years ago | | | 0 | 0.0021315900 | |
| 6774940 | 6 years ago | | | 0 | 0.0010249000 | |
| 6584990 | 6 years ago | | | 0 | 0.00018683200 | |
| 6539009 | 6 years ago | | | 0 | 0.0015165900 | |
| 6538976 | 6 years ago | | | 0 | 0.0021315900 | |
| 6517951 | 6 years ago | | | 0 | 0.0015165900 |
ABI
ABI objects
Getter at block 21204670
_totalSupply() view returns (uint256)
500000000000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
WILL TOKEN
newOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0xb33164d473ee31801d5adac84bae63b387700fc2
symbol() view returns (string)
WILL
totalSupply() view returns (uint256)
500000000000000000000000000
Read-only
allowance(address tokenOwner, address spender) view returns (uint256 remaining)
balanceOf(address tokenOwner) view returns (uint256 balance)
balances(address) view returns (uint256)
freezeOf(address) view returns (uint256)
State-modifying
Events acceptOwnership()
approve(address spender, uint256 tokens) returns (bool success)
burn(uint256 tokens) returns (bool success)
freeze(uint256 tokens) returns (bool success)
transfer(address to, uint256 tokens) returns (bool success)
transferFrom(address from, address to, uint256 tokens) returns (bool success)
transferOwnership(address _newOwner)
unfreeze(uint256 tokens) returns (bool success)
Approval(address indexed tokenOwner, address indexed spender, uint256 tokens)
Burn(address indexed from, uint256 tokens)
Freeze(address indexed from, uint256 tokens)
OwnershipTransferred(address indexed _from, address indexed _to)
Transfer(address indexed from, address indexed to, uint256 tokens)
Unfreeze(address indexed from, uint256 tokens)
constructor(uint256 initialSupply, string tokenName, uint8 decimalUnits, string tokenSymbol)
fallback()
This contract contains no error objects.