Genetically Spliced Ape Labs
Verified contract
Active on
Ethereum with 1,722 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($472.62)
Native
Value
$472.62
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.15 | $3,150.83 |
$472.62 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21080962 | 17 days ago | | | 0 | 0.00062758329 | |
| 19417612 | 8 months ago | | | 0 | 0.0025685541 | |
| 18931871 | 10 months ago | | | 0 | 0.00029966615 | |
| 18931871 | 10 months ago | | | 0 | 0.00029879541 | |
| 18931870 | 10 months ago | | | 0 | 0.00031698849 | |
| 18846801 | a year ago | | | 0 | 0.00096520111 | |
| 18436307 | a year ago | | | 0 | 0.00090118630 | |
| 18039719 | a year ago | | | 0 | 0.00054504196 | |
| 17548665 | a year ago | | | 0 | 0.0011433987 | |
| 17080400 | 2 years ago | | | 0 | 0.0036829010 |
ABI
ABI objects
Getter at block 21201695
baseExtension() view returns (string)
freeMint() view returns (uint256)
2
freeSupply() view returns (uint256)
888
maxAirdrop() view returns (uint256)
20
maxMintTx() view returns (uint256)
10
maxMintWallet() view returns (uint256)
20
maxSupply() view returns (uint256)
8888
minted() view returns (uint256)
2047
name() view returns (string)
Genetically Spliced Ape Labs
owner() view returns (address)
0xc0dbe77678105a28f79264dd18cb3865e9513a79
paidSupply() view returns (uint256)
8000
paused() view returns (bool)
false
price() view returns (uint256)
30000000000000000
symbol() view returns (string)
GSAL
totalAirdrop() view returns (uint256)
0
totalSupply() view returns (uint256)
2047
Read-only
addressMint(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isAirdrop(address _user) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
listedAirdrop(uint256) view returns (address)
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 airdrop()
airdropUsers(address[] _users)
approve(address to, uint256 tokenId)
mint(uint256 amount) payable
pause(bool _state)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseExtension(string _newBaseExtension)
setBaseURI(string URI)
setMaxFreeMint(uint256 amount)
setMaxWalletMint(uint256 amount)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll()
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.