Moonbirds Oddities

Verified contract

Active on Ethereum with 28,172 txns
Deployed by via 0x63fe0979 at 14822889
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
0x8a8af7972208433f6dac2cc3f31813c513ad156e59209de1ba7bd895fb463d43
0xa7fffcb9ea2eb5c8d69fafa1c9349bacb317fcbcaa3937e9e555d368dc233371
0x63cd3f952714938a7f30f3d18a14d20fa08e9f3cc812595fab410e455aea8345
0x651195dc275298559dea3f2a1b6456a01b2994b777d5f63d476eaf0cf640c1c8
0xb1dc9e0d8d9ed7b20e04d74982e815fa9074a4e3c2a365efe8cea6eaf8aea65a
0x69bdac501b5bdb1ca9dbff979f37a402e06115258e241b40cc7cfc9027440b7b
0x795a3795d16bb53be163e7bd2dbb22729aea1c8f2f3ab0f8385880a1268086b9
0x584dc52ddb129a7b3795aad9bb92322573b66ca8e3e25c94de561a67c52eb689
0x74ece5b1541dd6852b6a8255739dd0dc6d3c3a5c1720457fa64332c9ff013c35
0x407d188f1987ab5a74ace6e754f866f5b3b665c86fe5be939ae5801c13660582

Functions
Getter at block 21220357
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
baseTokenURI(view returns (string)
https://live---metadata-5covpqijaa-uc.a.run.app/oddities/
moonbirds(view returns (address)
0x23581767a106ae21c074b2276d25e5c3e136a68b
name(view returns (string)
Moonbirds Oddities
owner(view returns (address)
0x70c71b539bdcb5b59edd42a500fd95bdec962650
paused(view returns (bool)
false
symbol(view returns (string)
ODDITIES
totalSupply(view returns (uint256)
10000
treasury(view returns (address)
0x7b557aa52d0055d84b1e3f5487d9018f318372c1
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getRoleAdmin(bytes32 roleview returns (bytes32)
getRoleMember(bytes32 roleuint256 indexview returns (address)
getRoleMemberCount(bytes32 roleview returns (uint256)
hasRole(bytes32 roleaddress accountview returns (bool)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
drop(uint256 n
dropTo(address[] recipients
grantRole(bytes32 roleaddress account
pause(
renounceOwnership(
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseTokenURI(string _baseTokenURI
setDefaultRoyalty(address receiveruint96 numerator
setTreasury(address _treasury
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
unpause(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Unpaused(address account
Constructor
constructor(address _moonbirdsaddress _treasury
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(