Spectrum
Verified contract
Active on
Ethereum with 4,452 txns
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 |
---|---|---|---|---|---|
nine | ERC-20 | 90B | -- | -- | |
nine | ERC-20 | 90B | -- | -- | |
IBTC | ERC-20 | 100 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21016271 | 15 days ago | | | 0 | 0.00056825155 | |
| 21007592 | 16 days ago | | | 0 | 0.00044153372 | |
| 20993210 | 18 days ago | | | 0 | 0.0017156849 | |
| 20987557 | 19 days ago | | | 0 | 0.00087092577 | |
| 20968149 | 22 days ago | | | 0 | 0.00085386162 | |
| 20968130 | 22 days ago | | | 0 | 0.00077671833 | |
| 20968102 | 22 days ago | | | 0 | 0.0020775584 | |
| 20957471 | 23 days ago | | | 0 | 0.00093595475 | |
| 20940178 | a month ago | | | 0 | 0.00051467546 | |
| 20932254 | a month ago | | | 0 | 0.00048507093 |
ABI
ABI objects
Getter at block 21124362
DOMAIN_SEPARATOR() view returns (bytes32 result)
0xf73dbe6fcd3d4b56bba6ee78143d7792af8aa0ab36d9e4b0af00ff7c34935eef
decimals() pure returns (uint8)
27
immutable_repository() view returns (address)
0x42779a6928022c28dca48ac5485a24f01ddd449f
name() pure returns (string)
Spectrum
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() pure returns (string)
SPRM
totalSupply() view returns (uint256 result)
112358132134558914423337761098715972584418167651094617711286574637036828520267
Read-only
allowance(address owner, address spender) view returns (uint256 result)
balanceOf(address owner) view returns (uint256 result)
nonces(address owner) view returns (uint256 result)
transferLimitImmune(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
changeTradable()
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 amount)
OwnershipTransferred(address indexed user, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 amount)
constructor(address _pool, address _angels, address _exchanges, address _contributors, address _atonement)
This contract contains no fallback and receive objects.
AllowanceOverflow()
AllowanceUnderflow()
InsufficientAllowance()
InsufficientBalance()
InvalidPermit()
OverTransferLimit()
PermitExpired()
Retain()
TotalSupplyOverflow()