Spice USD
Verified contract
Active on
Ethereum with 207 txns
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 USD"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20785170 | 3 months ago | | | 0 | 0.00094668842 | |
| 20690780 | 3 months ago | | | 0 | 0.000074628800 | |
| 20343038 | 5 months ago | | | 0 | 0.00025677904 | |
| 19390923 | 9 months ago | | | 0 | 0.0039845238 | |
| 17396232 | 2 years ago | | | 0 | 0.0011102960 | |
| 17396218 | 2 years ago | | | 0 | 0.0010277460 | |
| 17247728 | 2 years ago | | | 0 | 0.0017228845 | |
| 17247720 | 2 years ago | | | 0 | 0.0015902490 | |
| 17247719 | 2 years ago | | | 0 | 0.0014684640 | |
| 16640601 | 2 years ago | | | 0 | 0.0013038147 |
ABI
ABI objects
Getter at block 21440117
controller() view returns (address)
0x9d0bf2632710f48eadff8620fe757bf7093a7ee1
decimals() view returns (uint8)
18
genesis_supply() view returns (uint256)
5000000000000000000000
name() view returns (string)
Spice USD
owner() view returns (address)
0x9d0bf2632710f48eadff8620fe757bf7093a7ee1
symbol() view returns (string)
USDS
totalSupply() view returns (uint256)
1999758489776197842315727
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 _address, uint256 _amount)
controllerMint(address _address, uint256 _amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(string _name, string _symbol)
poolBurnFrom(address _address, uint256 _amount)
poolMint(address _address, uint256 _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)
DollarBurned(address indexed from, address indexed to, uint256 amount)
DollarMinted(address indexed from, address indexed to, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
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.