Siegelman Stable x One of None
Verified contract
Active on
Ethereum with 43 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 "Siegelman Stable x One of None"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15883875 | 2 years ago | | | 0 | 0.00084072813 | |
| 15314545 | 2 years ago | | | 0 | 0.0014724790 | |
| 15308496 | 2 years ago | | | 0 | 0.0011333466 | |
| 15308485 | 2 years ago | | | 0 | 0.0014579385 | |
| 15308477 | 2 years ago | | | 0 | 0.0014798765 | |
| 15308467 | 2 years ago | | | 0 | 0.0015599325 | |
| 15194265 | 2 years ago | | | 0 | 0.00071476031 | |
| 15187410 | 2 years ago | | | 0 | 0.00055119249 | |
| 15182050 | 2 years ago | | | 0 | 0.0014535792 | |
| 15130768 | 2 years ago | | | 0 | 0.00069690746 |
ABI
ABI objects
Getter at block 21332641 totalSupply() view returns (uint256 total)
LIMIT() view returns (uint256)
20
MINTER_ROLE() view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
PAUSER_ROLE() view returns (bytes32)
0x65d7a28e3265b37a6474929f336521b332c1681b933f6cb9f3376673440d862a
STATUS_CHANGER_ROLE() view returns (bytes32)
0xd89435f23a892f566cf1f0756b67200c9b0260e702d150f6f1816be9f46e9817
decimals() pure returns (uint256)
0
name() pure returns (string)
Siegelman Stable x One of None
paused() view returns (bool)
false
symbol() pure returns (string)
1XSSH
Read-only
balanceOf(address owner) view returns (uint256 balance)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address owner)
supportsInterface(bytes4 interfaceId) pure returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address approved, uint256 tokenId)
freezeMetadataURI(uint256 tokenId, string uri)
mint(address to, uint8 status)
pause()
revokeRole(address to, bytes32 role)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setMetadataBaseURI(string uri)
setRole(address to, bytes32 role)
setStatus(uint256 tokenId, uint8 status)
transferAdmin(address to)
transferFrom(address from, address to, uint256 tokenId)
unpause()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.