Sup? Records
Verified contract
Active on
Ethereum with 1,488 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($367.41)
Native
Value
$367.41
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.11 | $3,340.13 |
$367.41 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20567254 | 3 months ago | | | 0 | 0.000049606002 | |
| 20327957 | 4 months ago | | | 0 | 0.00052854958 | |
| 20263001 | 5 months ago | | | 0 | 0.00039657110 | |
| 20099520 | 5 months ago | | | 0 | 0.00012125382 | |
| 19528584 | 8 months ago | | | 0 | 0.0017069182 | |
| 19515459 | 8 months ago | | | 0 | 0.00092191023 | |
| 19292970 | 9 months ago | | | 0 | 0.0014641106 | |
| 19172337 | 10 months ago | | | 0 | 0.00053360220 | |
| 18902646 | a year ago | | | 0 | 0.00058447734 | |
| 18902199 | a year ago | | | 0 | 0.00060824483 |
ABI
ABI objects
Getter at block 21274930
MAX_MINT_COUNT() view returns (uint256)
10
getTotalTokens() view returns (uint256)
6
name() view returns (string)
Sup? Records
owner() view returns (address)
0x8a512f840e48f74261399ebe07df5bb180f36ac5
paused() view returns (bool)
false
symbol() view returns (string)
SUP?
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
getPrice(uint256 tokenId) view returns (uint256)
isApprovedForAll(address account, address operator) view returns (bool)
isMinter(address minter) view returns (bool)
maxSupply(uint256 tokenId) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
totalSupply(uint256 tokenId) view returns (uint256)
uri(uint256 tokenId) view returns (string)
State-modifying
Events createNonUnique(uint256 price, uint256 count, string ipfsHash)
mint(uint256 tokenId, uint256 count) payable
mintUnique(string ipfsHash)
pause()
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setMintable(address[] minters, bool[] mintables)
setPayoutAddress(address newAddress)
transferOwnership(address newOwner)
unpause()
withdraw()
AllocatedTokens(uint256 tokenId, uint256 price, uint256 count)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
SetMintable(address minter, bool mintable)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.