Moonbirds Oddities
Verified contract
Active on
Ethereum with 28,172 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SOLA | ERC-20 | 100 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21220004 | an hour ago | | | 0 | 0.00046545403 | |
| 21215557 | 16 hours ago | | | 0 | 0.0010247053 | |
| 21211075 | a day ago | | | 0 | 0.00093151271 | |
| 21209397 | 2 days ago | | | 0 | 0.00076922158 | |
| 21208572 | 2 days ago | | | 0 | 0.00069014317 | |
| 21206612 | 2 days ago | | | 0 | 0.00051014541 | |
| 21206597 | 2 days ago | | | 0 | 0.00047705240 | |
| 21205221 | 2 days ago | | | 0 | 0.00055108331 | |
| 21205219 | 2 days ago | | | 0 | 0.00034215447 | |
| 21204130 | 2 days ago | | | 0 | 0.00055562518 |
ABI
ABI objects
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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
drop(uint256 n)
dropTo(address[] recipients)
grantRole(bytes32 role, address account)
pause()
renounceOwnership()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseTokenURI(string _baseTokenURI)
setDefaultRoyalty(address receiver, uint96 numerator)
setTreasury(address _treasury)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(address _moonbirds, address _treasury)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()