POP Yeti
Verified contract
Active on
Ethereum with 10,604 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 6 additional slots
Balances ($0.00)
No balances found for "POP Yeti"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20925152 | a month ago | | | 0 | 0.00080521520 | |
| 20250655 | 4 months ago | | | 0 | 0.000075173847 | |
| 19867993 | 6 months ago | | | 0 | 0.00016337146 | |
| 19867990 | 6 months ago | | | 0 | 0.00025466262 | |
| 19678901 | 7 months ago | | | 0 | 0.00034418086 | |
| 19678901 | 7 months ago | | | 0 | 0.00034418086 | |
| 19678901 | 7 months ago | | | 0 | 0.00060299280 | |
| 19647978 | 7 months ago | | | 0 | 0.00069252990 | |
| 19409192 | 8 months ago | | | 0 | 0.0019446259 | |
| 18918627 | 10 months ago | | | 0 | 0.00096140992 |
ABI
ABI objects
Getter at block 21192570
ethMintCost() view returns (uint256)
0
launchStatus() view returns (bool isMooarLaunched, bool isMooarUnlaunched, bytes32 tokenMerkleRoot, uint256 redeemMintStartTime, uint256 unfreezeMintStartTime, bytes32 priorityMerkleRoot, uint256 priorityMintStartTime, uint256 directMintStartTime)
(isMooarLaunched=false, isMooarUnlaunched=true, tokenMerkleRoot=0x0000000000000000000000000000000000000000000000000000000000000000, redeemMintStartTime=0, unfreezeMintStartTime=0, priorityMerkleRoot=0x40d431d519cfd0ca51f08ead2551167d5c509961ee746a74e5ed0171363bf581, priorityMintStartTime=1671062400, directMintStartTime=1671148800)
maxSupply() view returns (uint256)
10000
name() view returns (string)
POP Yeti
owner() view returns (address)
0x178474ba179a771ebfdd0f11b0a3555cad4d5205
symbol() view returns (string)
PY
tokenMintBaseToken() view returns (address)
0xe3c408bd53c31c085a1746af401a4042954ff740
tokenMintCost() view returns (uint256)
5000000000
totalSupply() view returns (uint256)
10000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) 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 approve(address to, uint256 tokenId)
burn(uint256 tokenId)
directMintByETH() payable
directMintByToken()
priorityMintByETH(bytes32[] proof) payable
priorityMintByToken(bytes32[] proof)
redeemMint(uint256 tokenId, bytes32[] proof)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setMooarLaunch(bytes32 tokenMerkleRoot, uint256 redeemMintStartTime, uint256 unfreezeMintStartTime)
setMooarUnlaunch(bytes32 priorityMerkleRoot, uint256 priorityMintStartTime, uint256 directMintStartTime)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unfreezeMintByETH(uint256 tokenId, bytes32[] proof) payable
unfreezeMintByToken(uint256 tokenId, bytes32[] proof)
withdrawETH(address receiver, uint256 amount)
withdrawToken(address receiver, address token, uint256 amount)
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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string name, string symbol, string baseURI, string tokenSuffix, uint256 maxSupply_, uint256 ethMintCost_, address tokenMintBaseToken_, uint256 tokenMintCost_)
This contract contains no fallback and receive objects.
This contract contains no error objects.