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 |
---|---|---|---|---|---|
SPYCE | ERC-20 | 45.065K | -- | -- | |
C4Y | ERC-20 | 4.8K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19764423 | 6 months ago | | | 0 | 0.00029644000 | |
| 19743974 | 6 months ago | | | 0 | 0.00023372000 | |
| 19481507 | 8 months ago | | | 0 | 0.0012624120 | |
| 16358722 | 2 years ago | | | 0 | 0.00083569231 | |
| 14698880 | 3 years ago | | | 0 | 0.0031729149 | |
| 14670745 | 3 years ago | | | 0 | 0.0026147301 | |
| 13061167 | 3 years ago | | | 0 | 0.0024325600 | |
| 13059187 | 3 years ago | | | 0 | 0.0023847480 | |
| 12654855 | 3 years ago | | | 0 | 0.0010326000 | |
| 12650928 | 3 years ago | | | 0 | 0.0012379200 |
ABI
ABI objects
Getter at block 21163014
decimals() view returns (uint8)
18
isOwner() view returns (bool)
false
name() view returns (string)
SPYCE
owner() view returns (address)
0x2f70af496340e08c0f30efa6268f782309f4dd02
symbol() view returns (string)
SPYCE
totalSupply() view returns (uint256)
200000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount) returns (bool)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.