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 "S3XYBTC"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20563080 | 3 months ago | | | 0 | 0.00014141938 | |
| 19202673 | 9 months ago | | | 0 | 0.00059979155 | |
| 17236410 | 2 years ago | | | 0 | 0.0041012865 | |
| 16025634 | 2 years ago | | | 0 | 0.00073497618 | |
| 15515081 | 2 years ago | | | 0 | 0.00076328772 | |
| 12869672 | 3 years ago | | | 0 | 0.00083710807 | |
| 12869613 | 3 years ago | | | 0 | 0.00062109600 | |
| 12579910 | 3 years ago | | | 0 | 0.00051389130 | |
| 12564647 | 3 years ago | | | 0 | 0.0011486875 | |
| 12459418 | 3 years ago | | | 0 | 0.0030509600 |
ABI
ABI objects
Getter at block 21213204
decimals() view returns (uint8)
18
maintainers() view returns (address[])
[]
maxMintedSupply() view returns (uint256)
50000000000000000000000000
name() view returns (string)
S3XYBTC
owner() view returns (address)
0x745a164710610c54a0b21c461939cc5a36307ec9
symbol() view returns (string)
S3XY
totalSupply() view returns (uint256)
30600000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events addMaintainer(address maintainer)
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mintAmount(address[] accounts, uint256 amount)
mintAmounts(address[] accounts, uint256[] amounts)
removeMaintainer(address maintainer)
renounceOwnership()
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)
MaintainerAdded(address maintainer)
MaintainerRemoved(address maintainer)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name, string symbol, uint256 totalSupply, uint8 decimals, uint256 maxMintedSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.