0N1 Force
Verified contract
Active on
Ethereum with 46,060 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($848.55)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 0.253148 | $3,351.98 |
$848.55 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21248825 | 21 minutes ago | | | 0 | 0.00051015449 | |
| 21248739 | 38 minutes ago | | | 0 | 0.00046947435 | |
| 21248255 | 2 hours ago | | | 0 | 0.00050709211 | |
| 21244691 | 14 hours ago | | | 0 | 0.00069024888 | |
| 21242708 | 21 hours ago | | | 0 | 0.00072030819 | |
| 21241646 | a day ago | | | 0 | 0.00041664810 | |
| 21241453 | a day ago | | | 0 | 0.00044014361 | |
| 21239780 | a day ago | | | 0 | 0.00055120598 | |
| 21235699 | 2 days ago | | | 0 | 0.00051987646 | |
| 21235286 | 2 days ago | | | 0 | 0.00052519529 |
ABI
ABI objects
Getter at block 21248926
ONI_GIFT() view returns (uint256)
77
ONI_MAX() view returns (uint256)
7777
ONI_PUBLIC() view returns (uint256)
7700
PRICE() view returns (uint256)
77770000000000000
PURCHASE_LIMIT() view returns (uint256)
7
allowListMaxMint() view returns (uint256)
2
contractURI() view returns (string)
ipfs://QmfVApr28aAaEguUCK7WQz55MFP7ToBPvsMVuyjJr2qUS8
isActive() view returns (bool)
false
isAllowListActive() view returns (bool)
false
name() view returns (string)
0N1 Force
owner() view returns (address)
0xe01a6d0300800d53350544bd1705e191d8fabc8e
proof() view returns (string)
symbol() view returns (string)
0N1
totalGiftSupply() view returns (uint256)
77
totalPublicSupply() view returns (uint256)
7700
totalSupply() view returns (uint256)
7777
Read-only
allowListClaimedBy(address owner) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
onAllowList(address addr) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events addToAllowList(address[] addresses)
approve(address to, uint256 tokenId)
gift(address[] to)
purchase(uint256 numberOfTokens) payable
purchaseAllowList(uint256 numberOfTokens) payable
removeFromAllowList(address[] addresses)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setAllowListMaxMint(uint256 maxMint)
setApprovalForAll(address operator, bool approved)
setBaseURI(string URI)
setContractURI(string URI)
setIsActive(bool _isActive)
setIsAllowListActive(bool _isAllowListActive)
setProof(string proofString)
setRevealedBaseURI(string revealedBaseURI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string name, string symbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.