S3 COIN
Verified contract
Active on
Ethereum with 161,699 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 |
---|---|---|---|---|---|
PHN | ERC-20 | 23.518K | -- | -- | |
S3C | ERC-20 | 500 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12580999 | 3 years ago | | | 0 | 0.00053701000 | |
| 12315197 | 4 years ago | | | 0 | 0.0021469600 | |
| 11690342 | 4 years ago | | | 0 | 0.0035725901 | |
| 11671124 | 4 years ago | | | 0 | 0.0018102140 | |
| 11660609 | 4 years ago | | | 0 | 0.0031723120 | |
| 11604917 | 4 years ago | | | 0 | 0.0031573501 | |
| 11361271 | 4 years ago | | | 0 | 0.0040895929 | |
| 11358433 | 4 years ago | | | 0 | 0.00088405800 | |
| 11358244 | 4 years ago | | | 0 | 0.0012636600 | |
| 11358228 | 4 years ago | | | 0 | 0.0016222050 |
ABI
ABI objects
Getter at block 21245870
cap() view returns (uint256)
1000000000000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
S3 COIN
stakeCount() view returns (uint256)
2354
stakeTotal() view returns (uint256)
14394382024367900000000000
symbol() view returns (string)
S3C
totalSupply() view returns (uint256)
321506757334733200000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isMinter(address account) view returns (bool)
stakeAddress(uint32 id) view returns (address)
State-modifying
Events addMinter(address account)
approve(address spender, uint256 value) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount) returns (bool)
renounceMinter()
stake(uint32 id, address beneficiary, uint256 amount, uint256 releaseAmount, uint32 releaseTime) returns (address)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
MinterAdded(address indexed account)
MinterRemoved(address indexed account)
NewStake(address indexed account)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 cap, uint256 init)
This contract contains no fallback and receive objects.
This contract contains no error objects.