BEANS PETS GEN 1 - Dumb Ways to Die
Verified contract
Active on
Ethereum with 1,542 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "BEANS PETS GEN 1 - Dumb Ways to Die"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21295760 | 4 days ago | | | 0 | 0.00055122535 | |
| 21295476 | 4 days ago | | | 0 | 0.00059438715 | |
| 21279648 | 6 days ago | | | 0 | 0.00081779573 | |
| 21224447 | 14 days ago | | | 0 | 0.0011331173 | |
| 21155768 | 23 days ago | | | 0 | 0.00056837745 | |
| 21138073 | a month ago | | | 0 | 0.0018242677 | |
| 21106630 | a month ago | | | 0 | 0.00014082990 | |
| 21004829 | a month ago | | | 0 | 0.00031668405 | |
| 20995205 | a month ago | | | 0 | 0.00058683608 | |
| 20988814 | 2 months ago | | | 0 | 0.00035825150 |
ABI
ABI objects
Getter at block 21322970
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
baseURI() view returns (string)
https://s3.us-west-1.amazonaws.com/dwtd.playsidestudios-devel.com/pets_gen1/metadata_T9dEsBKBHeH5xds3zJccZQ/oRFApn56PtndJ0imjlGrzg/
hiddenURI() view returns (string)
https://s3.us-west-1.amazonaws.com/dwtd.playsidestudios-devel.com/pets_gen1/hidden_J6Pu7aD-6gh52UWy043WUw/F3_yRXsPFh2N0rjGzNKDDg/HiddenPet.json
maxSupply() view returns (uint256)
4200
name() view returns (string)
BEANS PETS GEN 1 - Dumb Ways to Die
owner() view returns (address)
0x1e9c6144c06bb4b21586e11bb9d0d526dc590c9d
paused() view returns (bool)
false
revealed() view returns (bool)
true
symbol() view returns (string)
BEANS_PETS_GEN1
totalSupply() view returns (uint256)
4200
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events airdropPets(address[] whitelist, uint256[] whitelist_quanityPerUser)
approve(address to, uint256 tokenId)
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)
setBaseURI(string newURI)
setHiddenURI(string newHiddenURI)
setMaxSupply(uint256 newTotalSupply)
setRevealed(bool _revealed)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
withdraw()
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(string _name, string _symbol)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
ArrayMissmatch()
BalanceQueryForZeroAddress()
ContractPaused()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()