Budweiser Royalty X Leo Conoza
Verified contract
Active on
Ethereum with 593 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 "Budweiser Royalty X Leo Conoza"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20559589 | 3 months ago | | | 0 | 0.000085787961 | |
| 20530981 | 3 months ago | | | 0 | 0.00011751332 | |
| 20530978 | 3 months ago | | | 0 | 0.00023565147 | |
| 19057854 | 10 months ago | | | 0 | 0.00066773209 | |
| 19050796 | 10 months ago | | | 0 | 0.00043415716 | |
| 18910305 | a year ago | | | 0 | 0.00046072814 | |
| 18909966 | a year ago | | | 0 | 0.00047582012 | |
| 18907155 | a year ago | | | 0 | 0.00083405084 | |
| 18901083 | a year ago | | | 0 | 0.00064294485 | |
| 18371694 | a year ago | | | 0 | 0.00026346200 |
ABI
ABI objects
Getter at block 21210966
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MINTER_ROLE() view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
TOTAL_SUPPLY() view returns (uint256)
500
currentCount() view returns (uint256)
449
name() view returns (string)
Budweiser Royalty X Leo Conoza
owner() view returns (address)
0x42b0264817d748cc31f97d0958b4d1c950bc28cd
paused() view returns (bool)
false
symbol() view returns (string)
ROYALTY
totalSupply() view returns (uint256)
500
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 approve(address to, uint256 tokenId)
freezeTokenURI()
grantRole(bytes32 role, address account)
pause()
renounceOwnership()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
safeMint(address owner, uint256 qty)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
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(string NFTName, string NFTSymbol, string collectibleURI, address minter, uint256 totalSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.