posers
Verified contract
Active on
Ethereum with 16,813 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 "posers"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21045169 | 6 days ago | | | 0 | 0.00025015625 | |
| 20997313 | 13 days ago | | | 0 | 0.00020025819 | |
| 20981432 | 15 days ago | | | 0 | 0.00021984500 | |
| 20892923 | a month ago | | | 0 | 0.00059335071 | |
| 20776513 | a month ago | | | 0 | 0.00031456149 | |
| 20769141 | a month ago | | | 0 | 0.00010771103 | |
| 20745511 | 2 months ago | | | 0 | 0.00011775590 | |
| 20733534 | 2 months ago | | | 0 | 0.00012564357 | |
| 20712276 | 2 months ago | | | 0 | 0.00020589555 | |
| 20712275 | 2 months ago | | | 0 | 0.00020203866 |
ABI
ABI objects
Getter at block 21091251
MAX_SUPPLY() view returns (uint256)
5000
authorizedSigner() view returns (address)
0x05565f89af3eeecd460d45047a659670ce1ed65b
collectionSeed() view returns (uint256)
69103524996090643505802173958404908372012070818962338388748762321154390862400
degenPrice() view returns (uint256)
50000000000000000
isSaleStarted() view returns (bool)
true
maxMintsPerWallet() view returns (uint256)
3
metadataProvider() view returns (address)
0x448a6184016faaf0e3ff9256a290c79db7281395
name() view returns (string)
posers
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0x0000000000000000000000000000000000000000
poserPrice() view returns (uint256)
30000000000000000
saleStartedForcibly() view returns (bool)
false
symbol() view returns (string)
pos
totalSupply() view returns (uint256)
5000
wlPrice() view returns (uint256)
20000000000000000
Read-only
balanceOf(address owner) view returns (uint256)
batchSeed(uint256) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getTokenKey(uint256 tokenId) view returns (uint256)
isAccountWhitelisted(address account, bytes signature) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
isPOSer(address account) view returns (bool)
isUsedFreeMint(address) view returns (bool)
mintedNFTs(address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
poserCollections(uint256) view returns (address)
random(address minter) view returns (uint256)
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 addPoserCollections(address[] _poserCollections)
airdrop(address[] addresses, uint256[] amounts)
approve(address to, uint256 tokenId)
configure(uint256 _wlPrice, uint256 _poserPrice, uint256 _degenPrice, address _authorizedSigner, bool _saleStartedForcibly, address _metadataProvider)
mintDegen(uint256 amount) payable
mintPoser(uint256 amount) payable
mintWl(uint256 amount, bytes signature) payable
modifyPoserAt(uint256 index, address replaceCollection)
renounceOwnership()
resetPoserCollections()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setSaleStartedForcibly(bool _saleStartedForcibly)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.