Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
7 additional
variables
Balances ($0.00)
No balances found for "Podium"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20259964 | 4 months ago | | | 0 | 0.000086658395 | |
| 20256318 | 4 months ago | | | 0 | 0.00016154710 | |
| 20256273 | 4 months ago | | | 0 | 0.00020347763 | |
| 19323105 | 9 months ago | | | 0 | 0.00075046698 | |
| 18945082 | 10 months ago | | | 0 | 0.00027814640 | |
| 18312306 | a year ago | | | 0 | 0.00021776993 | |
| 17915690 | a year ago | | | 0 | 0.0010015420 | |
| 17915687 | a year ago | | | 0 | 0.0010575729 | |
| 17915687 | a year ago | | | 0 | 0.00095029268 | |
| 17657456 | a year ago | | | 0 | 0.00091655111 |
ABI
ABI objects
Getter at block 21224893 checkRefundEligbleSum() view returns (uint256) checkRefundedAmount() view returns (uint256)
fundsNeededForRefund() view returns (uint256)
0
isMintListSaleOn() view returns (bool)
false
isPublicSaleOn() view returns (bool)
true
isRefundActive() view returns (bool)
false
maxMintPublic() view returns (uint256)
2
merkleRoot() view returns (bytes32)
0x6690c24f697e03429fc5cf3c84a0475369e681d48cc12adb6fe3a8bbb2acf056
mintListPrice() view returns (uint64)
120000000000000000
mintListSaleStart() view returns (uint32)
1650056400
name() view returns (string)
Podium
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0xc950b3f82c9e6267f77d347140544c7c824d776e
paused() view returns (bool)
false
publicPrice() view returns (uint64)
150000000000000000
publicSaleStart() view returns (uint32)
1650229200
refundPaidSum() view returns (uint256)
3102000000000000000
refundRate() view returns (uint256)
0
symbol() view returns (string)
PODIUM
totalSupply() view returns (uint256)
777
Read-only
balanceOf(address owner) view returns (uint256)
checkPurchasePriceCurrent(uint256 tokenId) view returns (uint256)
functionLocked(bytes4) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
getOwnershipData(uint256 tokenId) view returns (struct ERC721RTokenOwnership)
isApprovedForAll(address owner, address operator) view returns (bool)
isOnMintList(bytes32[] _merkleProof, address _wallet) view returns (bool)
isTeamMemberAdmin(address checkAddress) view returns (bool)
mintListClaimed(address) view returns (bool)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
ownerOfData(uint256 tokenId) view returns (struct ERC721RTokenOwnership)
supportsInterface(bytes4 interfaceId) view returns (bool)
teamMember(address) view 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 addTeamMemberAdmin(address newMember)
approve(address to, uint256 tokenId)
changeTeamRefundTreasury(address _teamRefundTreasury)
lockFunction(bytes4 id)
manageSale(uint64 _mintListPrice, uint64 _publicPrice, uint32 _publicSaleStart, uint32 _mintListSaleStart, uint256 _maxMintPublic, uint256 _collectionSize)
mintListMint(bytes32[] _merkleProof) payable
pause()
publicSaleMint(uint256 quantity) payable
refund(uint256 tokenId)
removeTeamMemberAdmin(address newMember)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setOwnersExplicit(uint256 quantity)
teamInitMint(address to, uint256 quantity, bool emergencyOverride, uint256 purchasePriceOverride)
teamInitMint(uint256 quantity)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
updateMintListHash(bytes32 _newMerkleroot)
withdrawPossibleAmount()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(uint32 publicSaleStart_, uint32 mintListSaleStart_, bytes32 merkleRoot_)
This contract contains no fallback and receive objects.
This contract contains no error objects.