OKIPullUp
Verified contract
Active on
Ethereum with 12,035 txns
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 "OKIPullUp"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20709352 | 3 months ago | | | 0 | 0.000061850630 | |
| 20599189 | 4 months ago | | | 0 | 0.000036528688 | |
| 20148172 | 6 months ago | | | 0 | 0.00017658516 | |
| 19248104 | 10 months ago | | | 0 | 0.00051469935 | |
| 18937345 | a year ago | | | 0 | 0.00093212583 | |
| 18572029 | a year ago | | | 0 | 0.0028018979 | |
| 17515964 | a year ago | | | 0 | 0.0020574876 | |
| 17515924 | a year ago | | | 0 | 0.0012748834 | |
| 16952485 | 2 years ago | | | 0 | 0.00082788126 | |
| 16833990 | 2 years ago | | | 0 | 0.0022567310 |
ABI
ABI objects
Getter at block 21382491
EXTRA_MINT_PRICE() view returns (uint256)
6900000000000000
MAX_MINT() view returns (uint256)
10
MAX_SUPPLY() view returns (uint256)
8888
name() view returns (string)
OKIPullUp
owner() view returns (address)
0xf7325f005a2d17b80a893f001af2058383c404fb
paused() view returns (bool)
true
symbol() view returns (string)
CAPYPULLUP
totalSupply() view returns (uint256)
8888
uriPrefix() view returns (string)
ipfs://bafybeiaf5c2e4epi2vapjefx7f55qq6sbcpdrgpjbojuoo7ev3zlex77wq/
uriSuffix() view returns (string)
.json
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[])
State-modifying
Events approve(address to, uint256 tokenId)
collectReserves()
mint(uint256 _mintAmount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setPaused(bool _state)
setUriPrefix(string _uriPrefix)
setUriSuffix(string _uriSuffix)
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)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()