Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
C4Y | ERC-20 | 4.8K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20783723 | 2 months ago | | | 0 | 0.00050701726 | |
| 20758099 | 2 months ago | | | 0 | 0.00023330579 | |
| 20758098 | 2 months ago | | | 0 | 0.00030717538 | |
| 20758095 | 2 months ago | | | 0 | 0.00041978227 | |
| 20758095 | 2 months ago | | | 0 | 0.00041978227 | |
| 20758094 | 2 months ago | | | 0 | 0.00041522311 | |
| 20758093 | 2 months ago | | | 0 | 0.00041112506 | |
| 20758092 | 2 months ago | | | 0 | 0.00031548596 | |
| 20758090 | 2 months ago | | | 0 | 0.00042572385 | |
| 20758089 | 2 months ago | | | 0 | 0.00042770765 |
ABI
ABI objects
Getter at block 21299574
decimals() view returns (uint8)
18
isOwner() view returns (bool)
false
name() view returns (string)
Serenity
owner() view returns (address)
0x0000000000000000000000000000000000000000
paused() view returns (bool)
false
symbol() view returns (string)
SET
totalSupply() view returns (uint256)
500000000000000000000000000
version() view returns (string)
V1.0
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
balanceOfFrozen(address token_holder) view returns (uint256)
isPauser(address account) view returns (bool)
State-modifying
Events addPauser(address account)
approve(address spender, uint256 value) returns (bool)
bulkTransfer(address[] recipients, uint256[] amounts)
burn(uint256 amount)
burnFrom(address from, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
freeze(address token_holder, uint256 amount)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
pause()
renounceOwnership()
renouncePauser()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
unfreeze(address token_holder, uint256 amount)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
PauserAdded(address indexed account)
PauserRemoved(address indexed account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.