SpoilClaimer
Verified contract
Active on
Base with 4,677 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x9f94…b910
0xb311…dd07
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
TRN | ERC-721 | 1 | -- | -- | |
TRN | ERC-721 | 1 | -- | -- | |
TRN | ERC-721 | 1 | -- | -- | |
TRN | ERC-721 | 1 | -- | -- | |
TRN | ERC-721 | 1 | -- | -- | |
TRN | ERC-721 | 1 | -- | -- | |
TRN | ERC-721 | 1 | -- | -- | |
TRN | ERC-721 | 1 | -- | -- | |
TRN | ERC-721 | 1 | -- | -- | |
TRN | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 3601156 | a year ago | | | 0 | 2.7169551e-7 | |
| 3299194 | a year ago | | | 0.0003 | 0.0000016469278 | |
| 3298687 | a year ago | | | 0 | 0.00015530047 | |
| 3298683 | a year ago | | | 0.0003 | 0.0000011968562 | |
| 3298563 | a year ago | | | 0 | 0.00015530047 | |
| 3298560 | a year ago | | | 0.0003 | 0.0000014578320 | |
| 3295304 | a year ago | | | 0 | 0.00015530047 | |
| 3295301 | a year ago | | | 0.0003 | 0.0000011291861 | |
| 3295300 | a year ago | | | 0 | 0.00013804845 | |
| 3295296 | a year ago | | | 0.0003 | 0.000013279152 |
ABI
ABI objects
Getter at block 22763224
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MINTER_ROLE() view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
currentGameId() view returns (uint256)
2299
gasFee() view returns (uint256)
300000000000000
owner() view returns (address)
0xcf4cc546aacb784162fb2b6b743e27f10aa02095
spoil() view returns (address)
0x9f9401ee604f7725255c756b99e416754ba0b910
torn() view returns (address)
0xb311ec23c4a7578a4c18f66774a5d7b51dd1dd07
Read-only
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
onERC721Received(address, address, uint256, bytes) pure returns (bytes4)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenPlayer(uint256) view returns (address)
State-modifying
Events burnSettler(uint256 _tokenId)
fulfill(address _account, uint256 _spoilType, uint256 _amount, bool _isDead, bytes _data)
grantRole(bytes32 role, address account)
participate(address _account, uint256 _type) payable returns (uint256 gameId)
renounceOwnership()
renounceRole(bytes32 role, address account)
returnSettler(uint256 _tokenId)
revokeRole(bytes32 role, address account)
setFee(uint256 _newFee)
setTokenContract(address _spoil, address _torn)
transferOwnership(address newOwner)
withdraw()
Fulfilled(address account, uint256 tokenId, uint256 amount, bool isDead, bytes data)
GasFeeSet(uint256 newFee, uint256 oldFee)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Participated(address account, uint256 tokenId, address owner, uint256 gameType, uint256 gameId)
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)
TokenContractSet(address spoil, address torn)
constructor(address _spoil, address _torn)
receive()
InsufficientBalance()
NotApproved()
NotOwnedToken()
TokenNotExisted()