BeraTone Founder's Sailcloth
Verified contract
Active on
Ethereum with 1,144 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 "BeraTone Founder's Sailcloth"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21215369 | 12 hours ago | | | 0 | 0.00068713535 | |
| 21193100 | 4 days ago | | | 0 | 0.00069614124 | |
| 21178234 | 6 days ago | | | 0 | 0.0011072183 | |
| 21178231 | 6 days ago | | | 0 | 0.0010336911 | |
| 21178065 | 6 days ago | | | 0 | 0.00099289802 | |
| 21143810 | 11 days ago | | | 0 | 0.0010932403 | |
| 21143808 | 11 days ago | | | 0 | 0.0010357405 | |
| 21143591 | 11 days ago | | | 0 | 0.0010375691 | |
| 21142448 | 11 days ago | | | 0 | 0.00075108163 | |
| 21125768 | 13 days ago | | | 0 | 0.0013979429 |
ABI
ABI objects
Getter at block 21219082
baseURI() view returns (string)
https://mint.beratone-game.com/api/metadata?id=
name() view returns (string)
BeraTone Founder's Sailcloth
owner() view returns (address result)
0xe12b03866c0dd52984f2858aa2c9ea9a64b052a9
symbol() view returns (string)
BFS
Read-only
balanceOf(address owner) view returns (uint256 result)
getApproved(uint256 id) view returns (address result)
hasClaimed(uint256 _index) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool result)
ownerOf(uint256 id) view returns (address result)
ownershipHandoverExpiresAt(address pendingOwner) view returns (uint256 result)
supportsInterface(bytes4 interfaceId) view returns (bool result)
tokenURI(uint256 _id) view returns (string)
State-modifying
Events approve(address account, uint256 id) payable
cancelOwnershipHandover() payable
completeOwnershipHandover(address pendingOwner) payable
mint(address _user, uint256 _index, uint256 _amount, bytes32[] _proof)
renounceOwnership() payable
requestOwnershipHandover() payable
safeTransferFrom(address from, address to, uint256 id) payable
safeTransferFrom(address from, address to, uint256 id, bytes data) payable
setApprovalForAll(address operator, bool isApproved)
setBaseURI(string _baseURI)
setMerkleRootForMint(bytes32 _merkleRootForMint)
transferFrom(address from, address to, uint256 id) payable
transferOwnership(address newOwner) payable
Approval(address indexed owner, address indexed account, uint256 indexed id)
ApprovalForAll(address indexed owner, address indexed operator, bool isApproved)
Claimed(address indexed user, bytes32 root, uint256 index, uint256 amount)
OwnershipHandoverCanceled(address indexed pendingOwner)
OwnershipHandoverRequested(address indexed pendingOwner)
OwnershipTransferred(address indexed oldOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed id)
constructor()
This contract contains no fallback and receive objects.
AccountBalanceOverflow()
AlreadyClaimed()
AlreadyInitialized()
BalanceQueryForZeroAddress()
EmptyMerkleRoot()
InvalidProof()
NewOwnerIsZeroAddress()
NoHandoverRequest()
NotOwnerNorApproved()
TokenAlreadyExists()
TokenDoesNotExist()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
Unauthorized()