BullrunBabesToken
Verified contract
Active on
Ethereum with 1,651 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
No balances found for "BullrunBabesToken"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20623538 | 3 months ago | | | 0 | 0.000037600146 | |
| 20599178 | 3 months ago | | | 0 | 0.000073068447 | |
| 20599068 | 3 months ago | | | 0 | 0.00010358427 | |
| 20468479 | 4 months ago | | | 0 | 0.00020316849 | |
| 20187189 | 5 months ago | | | 0 | 0.00069420208 | |
| 20100206 | 6 months ago | | | 0 | 0.00052022369 | |
| 19891340 | 6 months ago | | | 0 | 0.00025108837 | |
| 19841965 | 7 months ago | | | 0 | 0.00036997049 | |
| 19839062 | 7 months ago | | | 0 | 0.00023657331 | |
| 19838999 | 7 months ago | | | 0 | 0.00084240174 |
ABI
ABI objects
Getter at block 21309430
COORDINATOR_ROLE() view returns (bytes32)
0x2e8b98eef02e8df3bd27d1270ded3bea3d14db99c5234c7b14001a7fff957bcc
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
OWNER_ROLE() view returns (bytes32)
0xb19546dff01e856fb3f010c267a7b1c60363cf8a4664e21cc89c26224620214e
PAUSER_ROLE() view returns (bytes32)
0x65d7a28e3265b37a6474929f336521b332c1681b933f6cb9f3376673440d862a
TRADE_ROLE() view returns (bytes32)
0x381406eadd721cf43a8ea1955a6eff48da6c69d6c4ef2fbf89c424595b1e5b5e
baseURI() view returns (string)
https://www.bullrunbabes.com/api/metadata/
name() view returns (string)
BullrunBabesToken
paused() view returns (bool)
false
symbol() view returns (string)
BRB
totalSupply() view returns (uint256)
2749
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)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
grantRole(bytes32 role, address account)
mint(address recipient, uint256 tokenId)
pause()
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)
transfer(address from, address to, uint256 tokenId)
transferFrom(address from, address to, uint256 tokenId)
unpause()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.