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 "Stampu"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21160273 | 2 days ago | | | 0 | 0.00092144825 | |
| 21160250 | 2 days ago | | | 0 | 0.0010439412 | |
| 21155008 | 3 days ago | | | 0 | 0.00047618700 | |
| 21096662 | 11 days ago | | | 0 | 0.00027453011 | |
| 21096653 | 11 days ago | | | 0 | 0.00023210340 | |
| 20856388 | a month ago | | | 0 | 0.00019276560 | |
| 20856387 | a month ago | | | 0 | 0.00019302425 | |
| 20856386 | a month ago | | | 0 | 0.00018092864 | |
| 20856384 | a month ago | | | 0 | 0.00017713809 | |
| 20828240 | 2 months ago | | | 0 | 0.0016060037 |
ABI
ABI objects
Getter at block 21173066
name() view returns (string)
Stampu
owner() view returns (address)
0x6ab3834e06a08a9e297b767712df2cf710610ae8
symbol() view returns (string)
STAMPU
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
isApprovedForAll(address account, address operator) view returns (bool)
royaltyInfo(uint256, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenIdToStampInfo(uint256) view returns (address artist, uint256 maxSupply, uint256 currentSupply, uint256 mintPrice, uint256 mintLimit)
uri(uint256 _id) view returns (string)
State-modifying
Events addStampus(address[] artists, uint256[] maxSupplies, uint256[] mintPrices)
batchSendPostcards(address[] toAddresses, uint256 id, string fromText, string toText, string message) payable
mint(address account, uint256 id, uint256 amount) payable
mintAndSendPostcard(address to, uint256 id, string fromText, string toText, string message) payable
preMint(address account, uint256 id, uint256 amount)
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
sendPostcard(address to, uint256 id, string fromText, string toText, string message) payable
setApprovalForAll(address operator, bool approved)
setMintLimit(uint256[] tokenIds, uint256[] mintLimits)
setRoyaltyFee(uint8 royaltyFee)
setRoyaltyRecipient(address royaltyRecipient)
setURI(string newuri)
transferOwnership(address newOwner)
updateArtistAddress(uint256 id, address artist)
withdrawFees()
ApprovalForAll(address indexed account, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SendPostcard(uint256 indexed postcardId, address indexed from, address indexed to, uint256 tokenId, string fromText, string toText, string message, uint256 value)
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)
constructor(string _name, string _symbol, string _uri, address royaltyRecipient, uint8 royaltyFee)
This contract contains no fallback and receive objects.
This contract contains no error objects.