Rumble Birds

Verified contract

Active on Ethereum with 172 txns
Deployed by via 0x3d099399 at 14963049
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Rumble Birds"

0x448833f1ebf4eabb20cfcb0f908f0c5da8a00134aec0efc8a836592188862379
0x505f1eab9c6c7def0d5963e5be43b1a02c5918101eb9c825c909ed8743a51d4a
From
0x78e6701788a879e4a856cdda878fcd3374d592f1936576c1c04dfd70dfe264c2
From
0x09f96906abb32f4f38242ce3b39d1bf7a6ac1134e2bbec01cc4ce90b3db9946e
0xae6618620de9e66dbc0bf76aa10186633c29427eaaddf7fec6523b50e9e50f76
From
0x6bbd67166bf95e22317ae9de07f1c855c9078656e25a08030d6198671446a2f8
0x0e0375ad6e9069006b6d734fb197e1a082fae216680b5438ebc21d96b769191c
0xf8742f7afdd125fa9eec0d1722415c460de144b214c1be8b17761435979f0385
0x0430bdf8582d7ffabf0f7328fa006a04362baac15354bb647977583730836f0b
0xf82b3bd741e5031b358fdaee4272ab68651a5df7b27fac81c49400e09adb9986

Functions
Getter at block 21027370
getMaxSupply(view returns (uint256)
5000
getMintLimit(view returns (uint256)
20
getMintPrice(view returns (uint256)
25000000000000000
name(view returns (string)
Rumble Birds
owner(view returns (address)
0x410cac19f1c6e1462376ce60bfb2c5e41bc35415
symbol(view returns (string)
RBE
totalSupply(view returns (uint256)
2025
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
isWhitelisted(address __userview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenId_view returns (string)
State-modifying
airDrop(address[] recipientsuint256[] numberOfTokensPerWalletuint256 numberOfTokensToAirdrop
approve(address touint256 tokenId
finishSale(
mint(uint256 amountpayable 
renounceOwnership(
revealCollection(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setCoin(uint256 limit
setMaxSupply(uint256 supply
setMintLimit(uint256 limit
setMintPrice(uint256 price
setStateToSetup(
setUnRevealUrl(string unRevealUri_
setbaseTokenUri(string baseTokenUri_
startPreSale(
startPublicSale(
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
whitelistUser(address __user
withdrawAll(address recipient
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string name_string symbol_string unRevealUri_string revealedUri_address coinAddress_
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(