Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BASED | ERC-20 | 3.312268M | $0.000013 |
$43.79 | |
USDC | ERC-20 | 21.930191 | $0.999998 |
$21.93 | |
CTO | ERC-20 | 6.722072K | $0.00146 |
$9.82 | |
AEROBUD | ERC-20 | 35 | $0.008999 |
$0.31 | |
ETHO | ERC-20 | 10 | $0.010501 |
$0.11 | |
FPEPE | ERC-20 | 75 | $0.000204 |
$0.02 | |
BOYS | ERC-20 | 0.25 | $0.012122 |
$0 | |
META | ERC-20 | 153.153086K | -- | -- | |
HOPE | ERC-20 | 1.116K | -- | -- | |
OHNO | ERC-20 | 490 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22736609 | 26 minutes ago | | | 0 | 1.8561061e-7 | |
| 22735305 | an hour ago | | | 0 | 1.7278260e-7 | |
| 22734968 | an hour ago | | | 0 | 1.8707205e-7 | |
| 22734902 | an hour ago | | | 0 | 1.8444058e-7 | |
| 22734323 | 2 hours ago | | | 0 | 1.8561061e-7 | |
| 22731404 | 3 hours ago | | | 0 | 1.4881920e-7 | |
| 22730881 | 4 hours ago | | | 0 | 0.000000103686596224 | |
| 22729027 | 5 hours ago | | | 0 | 0.000000106715400000 | |
| 22728847 | 5 hours ago | | | 0 | 1.7207220e-7 | |
| 22728726 | 5 hours ago | | | 0 | 0.000000097662600000 |
ABI
ABI objects
Getter at block 22737374
ADMIN_ROLE() view returns (bytes32)
0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
_currentBurnPhase() view returns (uint8)
0
decimals() view returns (uint8)
18
getCurrentBurnPhase() view returns (uint8)
0
getTotalClaimableTokens() view returns (uint256)
2027775000000000000000000000
isMintEnabled() view returns (bool)
true
name() view returns (string)
BASED
phase1TokenAmount() view returns (uint256)
500000000000000000000000
phase2TokenAmount() view returns (uint256)
250000000000000000000000
phase3TokenAmount() view returns (uint256)
25000000000000000000000
symbol() view returns (string)
BASED
totalPhase1NFTsBurned() view returns (uint256)
50003
totalPhase2NFTsBurned() view returns (uint256)
33217
totalPhase3NFTsBurned() view returns (uint256)
25719
totalSupply() view returns (uint256)
75273150000000000000000000000
totalTokensClaimed() view returns (uint256)
31920950000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getNFTsBurnedByAddress(address account) view returns (uint256, uint256, uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
getTokenBalance(address account) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenOwner(uint256) view returns (address)
tokensClaimable(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
claim()
grantAdminRole(address account)
grantRole(bytes32 role, address account)
lpTokenMint(uint256 amountOfTokens)
renounceRole(bytes32 role, address callerConfirmation)
revokeAdminRole(address account)
revokeRole(bytes32 role, address account)
setBurnPhase(uint8 phase)
setMintEnabled(bool enabled)
setPhaseTokenAmount(uint256 phase, uint256 amount)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
whitelistAddress(address account, uint256[] tokenIDs)
Approval(address indexed owner, address indexed spender, uint256 value)
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)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
AccessControlBadConfirmation()
AccessControlUnauthorizedAccount(address account, bytes32 neededRole)
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
ReentrancyGuardReentrantCall()