Poolsuite - Executive Member
Verified contract
Proxy
Active on
Ethereum with 6,764 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 43 additional slots
-
variable spans 48 additional slots
Balances ($0.00)
No balances found for "Poolsuite - Executive Member"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21241405 | 2 days ago | | | 0 | 0.00058293399 | |
| 21226493 | 4 days ago | | | 0 | 0.00061228317 | |
| 21210886 | 6 days ago | | | 0 | 0.00055300566 | |
| 21178218 | 11 days ago | | | 0 | 0.00097638429 | |
| 21112983 | 20 days ago | | | 0 | 0.00023416015 | |
| 21097472 | 22 days ago | | | 0 | 0.00020014444 | |
| 21089629 | 23 days ago | | | 0 | 0.00029878878 | |
| 21087374 | 24 days ago | | | 0 | 0.00057294794 | |
| 21085455 | 24 days ago | | | 0 | 0.00044452459 | |
| 21080647 | 25 days ago | | | 0 | 0.00047307685 |
ABI
ABI objects
Getter at block 21256389
editionSize() view returns (uint256)
2500
getURIs() view returns (string, bytes32, string, bytes32)
(ipfs://bafybeicnpwshfy2yrjmsniih456wxvq5t45y4zvbxrmshorzhues7b6z7e, 0xcf9b8573a2f01901012366a3ad4ee14b0df32f2f07bfe58e70570d6306488225, ipfs://bafybeia5tevogbog7fyzsaobhc7oont6fgqry5nqdtqoq4dsyanqv4nhjy, 0x622e53a4ae437b334cf57bad44b8b0e8fbb547cfbf9d2c68bc75e56839856abe)
name() view returns (string)
Poolsuite - Executive Member
numberCanMint() view returns (uint256)
0
owner() view returns (address)
0x10f43f8ee48edc51c6631eda770b7cbdbf6a1256
salePrice() view returns (uint256)
200000000000000000
symbol() view returns (string)
POOLEXEC
totalSupply() view returns (uint256)
2500
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, uint256 _salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
initialize(address _owner, string _name, string _symbol, string _description, string _animationUrl, bytes32 _animationHash, string _imageUrl, bytes32 _imageHash, uint256 _editionSize, uint256 _royaltyBPS)
mintEdition(address to) returns (uint256)
mintEditions(address[] recipients) returns (uint256)
purchase() payable returns (uint256)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setApprovedMinter(address minter, bool allowed)
setSalePrice(uint256 _salePrice)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateEditionURLs(string _imageUrl, string _animationUrl)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
EditionSold(uint256 price, address owner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PriceChanged(uint256 amount)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.