FindBalance
Verified contract
Active on
Ethereum with 7,019 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 "FindBalance"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21266129 | 2 days ago | | | 0 | 0.00086422500 | |
| 21219508 | 8 days ago | | | 0 | 0.00037773540 | |
| 21219490 | 8 days ago | | | 0 | 0.00039549990 | |
| 20988805 | a month ago | | | 0 | 0.00039822550 | |
| 20988804 | a month ago | | | 0 | 0.00038319100 | |
| 20830196 | 2 months ago | | | 0 | 0.00096452378 | |
| 20830193 | 2 months ago | | | 0 | 0.00093267503 | |
| 20829797 | 2 months ago | | | 0 | 0.0011901185 | |
| 20394214 | 4 months ago | | | 0 | 0.000029379816 | |
| 20365556 | 4 months ago | | | 0 | 0.00021518359 |
ABI
ABI objects
Getter at block 21277073
price() view returns (uint256)
6000000000000000000
state() view returns (uint256)
3
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
getMove(uint256 from1, uint256 from2, uint256 to) view returns (uint256)
isAdmin(address addr) view returns (bool)
isApprovedForAll(address account, address operator) view returns (bool)
royaltyInfo(uint256 tokenId, uint256 value) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256 tokenId) view returns (string)
State-modifying
Events adminMint(address recipient, uint256 tokenId, uint256 quantity)
balance(uint256[] from, uint256[] to)
burn(uint256 tokenId, uint256 quantity)
mint(uint256 quantity, uint256 maxQuantity, uint256 bonusQuantity, uint8 v, bytes32 r, bytes32 s)
p(address token, address recipient, uint256 amount)
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setAdmin(address addr, bool add)
setApprovalForAll(address operator, bool approved)
setERC20(address erc20, address erc20Recipient)
setMoves(bytes32[] tokenMoves, uint8[] tokenPicks, uint256[] tokenIds, string[] uris)
setPrice(uint256 newPrice)
setRoyalties(uint256 tokenId, address receiver, uint256 bps)
setState(uint256 nextState)
setURIs(uint256[] tokenIds, string[] uris)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
Balance(address owner, uint256[] from, uint256[] to)
Mint(address to, uint256 quantity)
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(address erc20, address erc20Recipient, address[] admins, string uri_)
receive()
This contract contains no error objects.