GangstaVerse Lootcrate Bridge
Verified contract
Active on
Base with 1,236 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x0591…f053
Balances ($0.00)
No balances found for "GangstaVerse Lootcrate Bridge"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 5196608 | a year ago | | | 0 | 0.000000030573659466 | |
| 5196257 | a year ago | | | 0 | 0.000099323875 | |
| 5196160 | a year ago | | | 0 | 0.00012501107 | |
| 5196146 | a year ago | | | 0 | 0.00012501105 | |
| 5186971 | a year ago | | | 0 | 0.00012503286 | |
| 5186962 | a year ago | | | 0 | 0.00012501156 | |
| 5181392 | a year ago | | | 0 | 0.000099361713 | |
| 5181388 | a year ago | | | 0 | 0.000099371314 | |
| 5181384 | a year ago | | | 0 | 0.000099367246 | |
| 5181380 | a year ago | | | 0 | 0.000099363394 |
ABI
ABI objects
Getter at block 21848083
ADMIN_ROLE() view returns (bytes32)
0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MINTER_ROLE() view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
maxLootBoxClaimPerTx() view returns (uint256)
0
maxMintPerDay() view returns (uint256)
0
mintStart() view returns (uint256)
1691585847
name() view returns (string)
GangstaVerse Lootcrate Bridge
owner() view returns (address)
0x21043bd36baa408898458503206b709886e8954d
Read-only
dayMint(uint256) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events grantRole(bytes32 role, address account)
mintTo(address _user, uint256 _lootcrateId, uint256 _count)
renounceOwnership()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setMaxMintPerDay(uint256 _maxPerDay)
transferOwnership(address newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
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)
constructor(address _owner, address _lootcrateNft, address _superAdmin)
This contract contains no fallback and receive objects.
PerDayMintCountExceeded()