WhoopsiesDoopsies

Verified contract

Active on Ethereum with 11,766 txns
Deployed by via 0x2c4e4609 at 14707966
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
4 additional variables

No balances found for "WhoopsiesDoopsies"

0x98266951d06e9de5753b5a870b4daf524ab5a8182ce05249516d97339d19d47e
0xda0707ebe7a09207b515e480287ac91bc3ba164f05c72495d30630419a10df5c
0x1d426f33ac49f815bdef4812342b2aae24a03e07200ae2e86fe14c1d9743e691
0xd665ca874753813576d42ace613032fe4014f84b623f75feb838775cf6cd6259
0xdec73b2ba3d33eaa8a5e6dbf37be4031ba88dfc82587c0ffe19512de3980afb8
0x5d6d2e796ba6dbf8523d994c612eb100134c1dc36a4869669409f211e272a842
0xa482a2ebd87280547994b4340927610b836e9b1c04a05a439e6436600abe7036
0xb6305299bd637eed59f50b031c86b2043228b9a206ef73c4f4e3a92f9ff1daf0
0x1d606ef24501cc31dac6a44e1b5eb79be4150675e438e837a537c0c3b114b972
0xcd61b49b4b33b428aa863d79522291ee98f0784cd15c34833aa2d16878925997

Functions
Getter at block 21284069
_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 ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
payee(uint256 indexview returns (address)
released(address accountview returns (uint256)
released(address tokenaddress accountview returns (uint256)
shares(address accountview returns (uint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
totalReleased(address tokenview returns (uint256)
State-modifying
allocateFounderMint(address _addruint256 _count
approve(address touint256 tokenId
earlyMint(bytes32 leafbytes32[] proofuint256 _countpayable 
founderMint(uint256 _count
publicMint(uint256 _countpayable 
release(address account
release(address tokenaddress account
renounceOwnership(
reveal(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string _BaseURI
setEarlySaleStatus(bool _earlySaleStatus
setNotRevealedURI(string _notRevealedURI
setPrice(uint256 _price
setPublicSaleStatus(bool _publicSaleStatus
setRoot(bytes32 _root
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ERC20PaymentReleased(address indexed tokenaddress touint256 amount
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
PayeeAdded(address accountuint256 shares
PaymentReceived(address fromuint256 amount
PaymentReleased(address touint256 amount
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _initBaseURIstring _initNotRevealedURIbytes32 _rootaddress[] _payeesuint256[] _shares
Fallback and receive
receive(
Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(