OrigamiClub
Verified contract
Active on
Ethereum with 2,459 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($314.81)
Native
Value
$314.81
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.08 | $3,935.14 |
$314.81 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18942234 | a year ago | | | 0 | 0.0020753283 | |
| 18888452 | a year ago | | | 0 | 0.0010786467 | |
| 18774555 | a year ago | | | 0 | 0.0026841804 | |
| 18658340 | a year ago | | | 0 | 0.0013262838 | |
| 18472934 | a year ago | | | 0 | 0.0012920894 | |
| 18342417 | a year ago | | | 0 | 0.00078788978 | |
| 18297248 | a year ago | | | 0 | 0.00037641576 | |
| 18076258 | a year ago | | | 0 | 0.00066306274 | |
| 18071554 | a year ago | | | 0 | 0.0013491054 | |
| 18031215 | a year ago | | | 0 | 0.00086454208 |
ABI
ABI objects
Getter at block 21384365
FIRST_MINT_PRICE() view returns (uint256)
0
name() view returns (string)
OrigamiClub
owner() view returns (address)
0x25114e94dd91764c082806ce682bce0fdc756ed5
paused() view returns (bool)
false
symbol() view returns (string)
OGClub
totalSupply() view returns (uint256)
1000
Read-only
balanceOf(address owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
freeMintedCount(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
totalMintedCount(address owner) view returns (uint256)
State-modifying
Events approve(address operator, uint256 tokenId)
collectReserves()
flipSale()
mint_540(uint256 _quantity) payable
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseUri)
setFirstMintPrice(uint256 _newPrice)
setOwner(address newOwner)
transferFrom(address from, address to, uint256 tokenId)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnerUpdated(address indexed user, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()