Wayward Weenies Paradigm
Verified contract
Active on
Ethereum with 671 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x8e88…bc99
3 additional
variables
Balances ($275.70)
Native
Value
$275.7
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.07476 | $3,687.81 |
$275.7 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20652225 | 3 months ago | | | 0 | 0.000043898786 | |
| 19881198 | 6 months ago | | | 0 | 0.00022659627 | |
| 19881197 | 6 months ago | | | 0 | 0.00034488386 | |
| 19706207 | 7 months ago | | | 0 | 0.00026876698 | |
| 19515454 | 8 months ago | | | 0 | 0.0011017397 | |
| 19381989 | 9 months ago | | | 0 | 0.0033387584 | |
| 19263688 | 9 months ago | | | 0 | 0.0025309139 | |
| 19194437 | 10 months ago | | | 0 | 0.0023153297 | |
| 19137820 | 10 months ago | | | 0 | 0.0011645991 | |
| 19137807 | 10 months ago | | | 0 | 0.0010813544 |
ABI
ABI objects
Getter at block 21304269
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
claimMerkleRoot() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
mintpass() view returns (address)
0x8e8825067f69d70a41d33a1f9227518e5fbdbc99
name() view returns (string)
Wayward Weenies Paradigm
owner() view returns (address)
0x407125da30e759cc74d6a81bd9e77062c01778ea
provenance() view returns (string)
r2eAddress() view returns (address)
0x5f2f54ac56a0a551a77302e48fe61ff9bf794cec
saleMerkleRoot() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
symbol() view returns (string)
WWP
token() view returns (uint16 maxSupply, uint8 pubMintType, uint16 pubMaxMint, uint72 preSalePrice, uint72 pubSalePrice, bool preSaleIsActive, bool pubSaleIsActive, bool claimIsActive, uint8 preSalePhase, bool transferrable, bool supplyLock)
(maxSupply=2448, pubMintType=1, pubMaxMint=50, preSalePrice=0, pubSalePrice=48000000000000000, preSaleIsActive=false, pubSaleIsActive=false, claimIsActive=false, preSalePhase=0, transferrable=true, supplyLock=false)
totalReleased() view returns (uint256)
4904280000000000000
totalShares() view returns (uint256)
100
totalSupply() view returns (uint256)
1189
Read-only
balanceOf(address owner) view returns (uint256)
fiatMinters(address) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
hasClaimed(address) view returns (uint16)
hasMinted(address) view returns (uint16)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
payee(uint256 index) view returns (address)
releasable(address account) view returns (uint256)
releasable(address token, address account) view returns (uint256)
released(address account) view returns (uint256)
released(address token, address account) view returns (uint256)
shares(address account) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
totalReleased(address token) view returns (uint256)
State-modifying
Events airdrop(address[] _addresses, uint16[] _quantities)
approve(address operator, uint256 tokenId) payable
burn(uint256[] _ids)
lockSupply()
mint(address _address, uint256 _quantity, uint256 _maxMint, bytes32[] _proof, address _referrer) payable
release(address account)
release(address token, address account)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes data) payable
setApprovalForAll(address operator, bool approved)
setBaseTokenURI(string _uri)
setClaimRoot(bytes32 _root)
setFiatMinter(address _address, bool _allowed)
setMintPass(address _address)
setPrice(uint72 _preSalePrice, uint72 _pubSalePrice)
setSaleRoot(bytes32 _root)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
updateConfig(uint16 _maxSupply, uint16 _pubMaxMint, uint8 _pubMintType)
updateSaleState(bool _preSaleIsActive, bool _pubSaleIsActive, bool _claimIsActive, uint8 _preSalePhase)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
ERC20PaymentReleased(address indexed token, address to, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PayeeAdded(address account, uint256 shares)
PaymentReceived(address from, uint256 amount)
PaymentReleased(address to, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _name, string _symbol, string _uri, address[] _payees, uint256[] _shares, address _owner, address _r2eAddress, address[] _fiatMinters, string _provenance, struct ERC721AContractToken _token)
receive()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()