Apex Predators Lions
Verified contract
Active on
Ethereum with 162 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 2 additional slots
Balances ($0.00)
No balances found for "Apex Predators Lions"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16856250 | 2 years ago | | | 0 | 0.00044075142 | |
| 16724890 | 2 years ago | | | 0 | 0.00041670862 | |
| 16295318 | 2 years ago | | | 0 | 0.00070535325 | |
| 15987743 | 2 years ago | | | 0 | 0.00059624196 | |
| 15980621 | 2 years ago | | | 0 | 0.00032006362 | |
| 15971522 | 2 years ago | | | 0 | 0.00092041066 | |
| 15762730 | 2 years ago | | | 0 | 0.00097569687 | |
| 15386078 | 2 years ago | | | 0 | 0.00055339581 | |
| 15322366 | 2 years ago | | | 0 | 0.0010662326 | |
| 15320932 | 2 years ago | | | 0 | 0.0016608923 |
ABI
ABI objects
Getter at block 21288172
PRICE() view returns (uint256)
1000000000000000000
TOT() view returns (uint256)
1000
_claimIds() view returns (uint256 _value)
129
_mintIds() view returns (uint256 _value)
1000
availableToClaim() view returns (uint256)
871
getStatus() view returns (string status_, uint256 qty_, uint256 price_, string msg_, uint256 available_)
(status_=PUBLIC, qty_=5, price_=1000000000000000000, msg_=Public sale, available_=871)
name() view returns (string)
Apex Predators Lions
owner() view returns (address)
0x43efca78533eb8616679f5f2c7db2ee94af9582d
status() view returns (uint8)
2
symbol() view returns (string)
APL
totalSupply() view returns (uint256)
1000
withdraw_address() view returns (address)
0x43efca78533eb8616679f5f2c7db2ee94af9582d
Read-only
MAX_PER_STATUS(uint256) view returns (uint256)
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)
tokenExists(uint256 _id) view returns (bool)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events addToPresaleList(address[] _addresses)
approve(address to, uint256 tokenId)
claim(uint256 _qty) payable
ownerMint(uint256 _qty)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _URI)
setStatus(uint8 _status)
setWithdrawAddress(address _withdraw)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll() payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ChangedBaseURIEvent(string newURI)
ChangedStatusEvent(uint256 newStatus)
ChangedWithdrawAddress(address newAddress)
MintEvent(uint256 indexed id)
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.