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 "FLEXCLB"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20201065 | 5 months ago | | | 0 | 0.000038519640 | |
| 18951533 | a year ago | | | 0 | 0.00073081199 | |
| 18354954 | a year ago | | | 0 | 0.00028020645 | |
| 18330245 | a year ago | | | 0 | 0.00032852677 | |
| 18081070 | a year ago | | | 0 | 0.00069132436 | |
| 18081030 | a year ago | | | 0 | 0.00047049358 | |
| 18080306 | a year ago | | | 0 | 0.00070687352 | |
| 17555626 | a year ago | | | 0 | 0.00064104588 | |
| 17493827 | a year ago | | | 0 | 0.0018359217 | |
| 17275118 | 2 years ago | | | 0 | 0.0031240539 |
ABI
ABI objects
Getter at block 21305378
NUMBER_RESERVED_TOKENS() view returns (uint256)
0
PRICE() view returns (uint256)
200000000000000000
activeBadgeId() view returns (uint256)
1
contractURI() view returns (string)
Flex x MBH
contractURIstr() view returns (string)
Flex x MBH
maxPerTransaction() view returns (uint256)
999
maxPerWallet() view returns (uint256)
999
maxSupply() view returns (uint256)
1000
owner() view returns (address)
0xc8693bac7e971f0bc094fda6db8dc295dd3af537
reservedTokensMinted() view returns (uint256)
0
saleIsActive() view returns (bool)
true
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 changeSaleDetails(uint256 _activeBadgeId, uint256 _maxPerTransaction, uint256 _maxPerWallet, uint256 _maxSupply)
flipSaleState()
mintReservedTokens(address to, uint256 amount)
mintToken(uint256 amount) payable
renounceOwnership()
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)
setContractURI(string newuri)
setURI(string newuri)
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.