Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "SATAN"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18639075 | a year ago | | | 0 | 0.0010625158 | |
| 17762306 | a year ago | | | 0 | 0.00084594847 | |
| 17430399 | a year ago | | | 0 | 0.0012567356 | |
| 17374643 | a year ago | | | 0 | 0.0017129889 | |
| 17358541 | a year ago | | | 0 | 0.0016392068 | |
| 17358236 | a year ago | | | 0 | 0.0018369000 | |
| 17356807 | a year ago | | | 0 | 0.0012257698 | |
| 17356068 | a year ago | | | 0 | 0.0010458952 | |
| 17355205 | a year ago | | | 0 | 0.0012373389 | |
| 17353381 | a year ago | | | 0 | 0.0010972165 |
ABI
ABI objects
Getter at block 21220769
decimals() view returns (uint8)
18
name() view returns (string)
SATAN
symbol() view returns (string)
666
totalSupply() view returns (uint256)
6666666000000000000000000
Read-only
allowance(address player, address spender) view returns (uint256)
balanceOf(address player) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
approveAndCall(address spender, uint256 tokens, bytes data) returns (bool)
burn(uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
multiTransfer(address[] receivers, uint256[] amounts)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.