Seoul Apes
Verified contract
Active on
Ethereum with 1,258 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($684.42)
Native
Value
$684.42
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.22 | $3,111.02 |
$684.42 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18771846 | a year ago | | | 0 | 0.0043958828 | |
| 18157282 | a year ago | | | 0 | 0.00049602157 | |
| 16663067 | 2 years ago | | | 0 | 0.0011522521 | |
| 16306220 | 2 years ago | | | 0 | 0.00081825474 | |
| 16298023 | 2 years ago | | | 0 | 0.00094140001 | |
| 16295548 | 2 years ago | | | 0 | 0.00034066150 | |
| 16295492 | 2 years ago | | | 0 | 0.00066977709 | |
| 16201306 | 2 years ago | | | 0 | 0.00096467646 | |
| 16170886 | 2 years ago | | | 0 | 0.0010191165 | |
| 15785970 | 2 years ago | | | 0 | 0.00098854657 |
ABI
ABI objects
Getter at block 21209082
MAX_FREE_MINT() view returns (uint256)
2
MAX_PUBLIC_MINT() view returns (uint256)
10
MAX_SUPPLY() view returns (uint256)
5555
NUM_FREE_MINT() view returns (uint256)
1372
PRICE_PER_TOKEN() view returns (uint256)
20000000000000000
canMintFree() view returns (bool)
false
isRevealed() view returns (bool)
true
name() view returns (string)
Seoul Apes
numSpecialEditions() view returns (uint256)
1
owner() view returns (address)
0x95b3f28364d92fd47d9825d45cbe6db673ccf241
saleIsActive() view returns (bool)
true
symbol() view returns (string)
SAPES
totalSupply() view returns (uint256)
1797
Read-only
balanceOf(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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
canMintFreeState(bool newState)
increaseFreeMint(uint256 numberOfTokens)
mint(uint256 numberOfTokens) payable
mintFree(uint256 numberOfTokens)
mintSpecialEdition(string uri)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
setRevealedState(bool newState)
setSaleState(bool newState)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateSpecialEditionMetadata(uint256 tokenId, string uri)
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.