WhoopsiesDoopsies
Verified contract
Active on
Ethereum with 11,763 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
4 additional
variables
Balances ($0.00)
No balances found for "WhoopsiesDoopsies"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21068218 | 13 days ago | | | 0 | 0.00050110155 | |
| 21023955 | 19 days ago | | | 0 | 0.00015822518 | |
| 20997702 | 22 days ago | | | 0 | 0.00022455072 | |
| 20798796 | 2 months ago | | | 0 | 0.00028672849 | |
| 20761808 | 2 months ago | | | 0 | 0.00044484307 | |
| 20757823 | 2 months ago | | | 0 | 0.00014257872 | |
| 20742884 | 2 months ago | | | 0 | 0.00036192137 | |
| 20742845 | 2 months ago | | | 0 | 0.00034266800 | |
| 20604783 | 3 months ago | | | 0 | 0.000052742529 | |
| 20542853 | 3 months ago | | | 0 | 0.00019076163 |
ABI
ABI objects
Getter at block 21157917
_reservedTokenIds() view returns (uint256 _value)
200
_tokenIds() view returns (uint256 _value)
5925
getEarlySaleStatus() view returns (bool)
false
getPublicSaleStatus() view returns (bool)
true
mintPrice() view returns (uint256)
0
name() view returns (string)
WhoopsiesDoopsies
owner() view returns (address)
0x1a5a345bc53e76bb876af788924e8cfd50bbf837
revealed() view returns (bool)
true
symbol() view returns (string)
WHOOPDOOP
totalReleased() view returns (uint256)
1400000000000000000
totalShares() view returns (uint256)
100
totalSupply() view returns (uint256)
6125
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)
payee(uint256 index) view returns (address)
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 allocateFounderMint(address _addr, uint256 _count)
approve(address to, uint256 tokenId)
earlyMint(bytes32 leaf, bytes32[] proof, uint256 _count) payable
founderMint(uint256 _count)
publicMint(uint256 _count) payable
release(address account)
release(address token, address account)
renounceOwnership()
reveal()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _BaseURI)
setEarlySaleStatus(bool _earlySaleStatus)
setNotRevealedURI(string _notRevealedURI)
setPrice(uint256 _price)
setPublicSaleStatus(bool _publicSaleStatus)
setRoot(bytes32 _root)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
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 _initBaseURI, string _initNotRevealedURI, bytes32 _root, address[] _payees, uint256[] _shares)
receive()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()