Pooly - Supporter
Verified contract
Active on
Ethereum with 7,637 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 "Pooly - Supporter"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21280665 | 3 days ago | | | 0 | 0.0011479198 | |
| 21270087 | 5 days ago | | | 0 | 0.00042287282 | |
| 21262680 | 6 days ago | | | 0 | 0.00047583822 | |
| 21239748 | 9 days ago | | | 0 | 0.00049012684 | |
| 21234247 | 10 days ago | | | 0 | 0.00046694952 | |
| 21233124 | 10 days ago | | | 0 | 0.00051866501 | |
| 21227200 | 11 days ago | | | 0 | 0.00060502000 | |
| 21137798 | 23 days ago | | | 0 | 0.0011268308 | |
| 21137758 | 23 days ago | | | 0 | 0.0011716171 | |
| 21059218 | a month ago | | | 0 | 0.00029468910 |
ABI
ABI objects
Getter at block 21304342
baseURI() view returns (string)
ipfs://bafybeigxsy55qgbdqw44y5yrs2jhhk2kdn7vbt6y4myvhcwdjak6cwj464/
endTimestamp() view returns (uint32)
1655956800
maxMint() view returns (uint32)
20
maxNFT() view returns (uint32)
10000
name() view returns (string)
Pooly - Supporter
nftPrice() view returns (uint128)
100000000000000000
owner() view returns (address)
0x3927e0642c432a934a4eaa64c79bc8a1d8ac5fb7
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
startTimestamp() view returns (uint32)
1653429600
symbol() view returns (string)
POOLY1
totalSupply() view returns (uint256)
6706
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)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
claimOwnership()
mintNFT(uint256 _numberOfTokens) payable
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_)
setRoyaltyFee(address _recipient, uint96 _fee)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address _newOwner)
withdraw(uint256 _amount)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
NFTInitialized(string name, string symbol, uint128 nftPrice, uint32 maxNFT, uint32 maxMint, uint32 startTimestamp, uint32 endTimestamp, address owner)
NFTMinted(address indexed to, uint256 numberOfTokens, uint256 amount)
OwnershipOffered(address indexed pendingOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RoyaltyFeeSet(address indexed owner, address indexed recipient, uint96 fee)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Withdrawn(address indexed owner, uint256 amount)
constructor(string _name, string _symbol, uint128 _nftPrice, uint32 _maxNFT, uint32 _maxMint, uint32 _startTimestamp, uint32 _endTimestamp, address _owner)
This contract contains no fallback and receive objects.
This contract contains no error objects.