SuperOne
Verified contract
Active on
Ethereum with 13,435 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SRX | ERC-20 | 30.087632K | -- | -- | |
WDT | ERC-20 | 0.0001 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20536971 | 3 months ago | | | 0 | 0.00010822244 | |
| 20415439 | 4 months ago | | | 0 | 0.000024540000 | |
| 20266941 | 5 months ago | | | 0 | 0.000072734131 | |
| 19625000 | 8 months ago | | | 0 | 0.00043009164 | |
| 19624934 | 8 months ago | | | 0 | 0.00041448816 | |
| 18710894 | a year ago | | | 0 | 0.0010837998 | |
| 18151779 | a year ago | | | 0 | 0.00022675005 | |
| 17712528 | a year ago | | | 0 | 0.00042628045 | |
| 17694235 | a year ago | | | 0 | 0.00040541715 | |
| 17650419 | a year ago | | | 0 | 0.00055753931 |
ABI
ABI objects
Getter at block 21268488
cap() view returns (uint256)
2000000000000000000000
decimals() view returns (uint8)
6
name() view returns (string)
SuperOne
paused() view returns (bool)
true
symbol() view returns (string)
SRX
totalSupply() view returns (uint256)
627094463898095
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isMinter(address account) view returns (bool)
isPauser(address account) view returns (bool)
State-modifying
Events addMinter(address account)
addPauser(address account)
approve(address _spender, uint256 _value) returns (bool)
decreaseAllowance(address _spender, uint256 _subtractedValue) returns (bool success)
increaseAllowance(address _spender, uint256 _addedValue) returns (bool success)
mint(address account, uint256 amount) returns (bool)
pause()
renounceMinter()
renouncePauser()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
MinterAdded(address indexed account)
MinterRemoved(address indexed account)
Paused(address account)
PauserAdded(address indexed account)
PauserRemoved(address indexed account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor(string _name, string _symbol, uint256 _cap, uint8 _decimals)
This contract contains no fallback and receive objects.
This contract contains no error objects.