Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x9b66…14cb
Balances ($987.67)
Native
Value
$987.67
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.25 | $3,950.69 |
$987.67 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21265962 | 17 days ago | | | 0.25 | 0.0023983105 | |
| 21131045 | a month ago | | | 0 | 0.0014260489 | |
| 21130944 | a month ago | | | 0 | 0.00061071616 | |
| 21125527 | a month ago | | | 0 | 0.00066447081 | |
| 20989562 | 2 months ago | | | 0 | 0.0012339360 | |
| 20898053 | 2 months ago | | | 0 | 0.00011112067 | |
| 20898018 | 2 months ago | | | 0 | 0.00022444578 | |
| 20698280 | 3 months ago | | | 0.25 | 0.00015723934 | |
| 19569437 | 8 months ago | | | 0.25 | 0.0061050959 | |
| 18564451 | a year ago | | | 0 | 0.0038644895 |
ABI
ABI objects
Getter at block 21388205
HARD_CAP() view returns (uint256)
10000
MAX_MINT() view returns (uint256)
250
PASS_ID() view returns (uint256)
0
PRICE() view returns (uint256)
60000000000000000
PRICE_INCREMENT() view returns (uint256)
50000000000000000
PRICE_TIER_SIZE() view returns (uint256)
500
RESERVE_CAP() view returns (uint256)
2000
STAGE1_CAP() view returns (uint256)
2000
calculator() view returns (address)
0x9b66a82d856518b11f439d96aeb7de6ae95c14cb
floatingCap() view returns (uint256)
2137
getAllowance() view returns (uint256)
0
owner() view returns (address)
0xc94fc5eb2565cafdcc32c33646189937e15b15ed
paused() view returns (bool)
false
price() view returns (uint256)
250000000000000000
releasePeriod() view returns (uint256)
1
reserveCapThisPeriod() view returns (uint256)
137
reserveSupply() view returns (uint256)
0
reserveSupplyThisPeriod() view returns (uint256)
0
totalSupply() view returns (uint256)
503
verifiedSigner() view returns (address)
0xacd1a8f2705833becdda88c22f20d5e92711c5dd
Read-only
allowances(uint256, address) view returns (uint256)
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
burners(address) view returns (bool)
isApprovedForAll(address account, address operator) view returns (bool)
mints(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256) view returns (string)
State-modifying
Events burn(address holder, uint256 qt)
mint(uint256 qt) payable
nextPeriod()
reduceReserve(uint256 to)
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)
setBurnerState(address burner, bool state)
setCalculator(address calc)
setFloatingCap(uint256 cap, uint256 reserve)
setURI(string uri_)
setVerifiedSigner(address signer)
teamdrop(address to, uint256 qt)
toggle()
transferOwnership(address newOwner)
whitelistMint(uint256 qt, uint256 initialAllowance, bytes signature)
withdraw()
ApprovalForAll(address indexed account, address indexed operator, bool approved)
BurnerStateChanged(address indexed burner, bool indexed newState)
ContractToggled(bool indexed newState)
FloatingCapUpdated(uint256 indexed newCap)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PriceCalculatorUpdated(address indexed calc)
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)
VerifiedSignerSet(address indexed signer)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.