EightEightEight
Verified contract
Active on
Ethereum with 16,042 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($22.64)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
GALA | ERC-20 | 595 | $0.038044 |
$22.64 | |
GALA | ERC-20 | 595 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21209814 | 7 days ago | | | 0 | 0.00057467249 | |
| 21209738 | 7 days ago | | | 0 | 0.00051059166 | |
| 21130341 | 18 days ago | | | 0 | 0.00040376814 | |
| 21075321 | a month ago | | | 0 | 0.00034890824 | |
| 21049480 | a month ago | | | 0 | 0.00012577873 | |
| 21011744 | a month ago | | | 0 | 0.00015170470 | |
| 20704177 | 3 months ago | | | 0 | 0.000042660715 | |
| 20633386 | 3 months ago | | | 0 | 0.000061488553 | |
| 20633347 | 3 months ago | | | 0 | 0.000063706445 | |
| 20633285 | 3 months ago | | | 0 | 0.000067658742 |
ABI
ABI objects
Getter at block 21262651
owner() view returns (address)
0x31712e09c24efe4d30d9c89b09dae15283932c50
saleIsActive() view returns (bool)
false
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
exists(uint256 id) view returns (bool)
isApprovedForAll(address account, address operator) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
totalSupply(uint256 id) view returns (uint256)
uri(uint256) view returns (string)
State-modifying
Events mint(uint256 numberOfTokens) payable
renounceOwnership()
reserve()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setSaleState(bool newState)
transferOwnership(address newOwner)
withdraw()
ApprovalForAll(address indexed account, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
constructor(string uri)
This contract contains no fallback and receive objects.
This contract contains no error objects.