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 "Spice"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17247716 | 2 years ago | | | 0 | 0.0015881082 | |
| 16074197 | 2 years ago | | | 0 | 0.00054085063 | |
| 16074170 | 2 years ago | | | 0 | 0.00051326118 | |
| 16003332 | 2 years ago | | | 0 | 0.00060316947 | |
| 15946487 | 2 years ago | | | 0 | 0.00075861201 | |
| 15791095 | 2 years ago | | | 0 | 0.0015081984 | |
| 15704231 | 2 years ago | | | 0 | 0.00041990487 | |
| 15672276 | 2 years ago | | | 0 | 0.00052987582 | |
| 15632381 | 2 years ago | | | 0 | 0.00075064201 | |
| 15599901 | 2 years ago | | | 0 | 0.00026699288 |
ABI
ABI objects
Getter at block 21440052
controller() view returns (address)
0x9d0bf2632710f48eadff8620fe757bf7093a7ee1
decimals() view returns (uint8)
18
genesis_supply() view returns (uint256)
50000000000000000000000
name() view returns (string)
Spice
owner() view returns (address)
0x9d0bf2632710f48eadff8620fe757bf7093a7ee1
symbol() view returns (string)
SPICE
totalSupply() view returns (uint256)
23068351635695492311250814
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
treasuries(address) view returns (bool)
treasuries_array(uint256) view returns (address)
State-modifying
Events addTreasury(address treasury_address)
approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
controllerBurnFrom(address b_address, uint256 b_amount)
controllerMint(address m_address, uint256 m_amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(string _name, string _symbol)
poolBurnFrom(address b_address, uint256 b_amount)
poolMint(address m_address, uint256 m_amount)
removeTreasury(address treasury_address)
renounceOwnership()
setController(address _controller)
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)
ShareBurned(address indexed from, address indexed to, uint256 amount)
ShareMinted(address indexed from, address indexed to, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
TreasuryAdded(address indexed treasury)
TreasuryRemoved(address indexed treasury)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.