ApeRaffle
Verified contract
Active on
Ethereum with 5,722 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 "ApeRaffle"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21137755 | 24 days ago | | | 0 | 0.0021360786 | |
| 21137753 | 24 days ago | | | 0 | 0.00062187602 | |
| 21137699 | 24 days ago | | | 0 | 0.0012946505 | |
| 20873056 | 2 months ago | | | 0 | 0.00049606177 | |
| 20843942 | 2 months ago | | | 0 | 0.00039191030 | |
| 20652098 | 3 months ago | | | 0 | 0.000027419682 | |
| 20652096 | 3 months ago | | | 0 | 0.000025400686 | |
| 20142368 | 5 months ago | | | 0 | 0.00012789321 | |
| 20142332 | 5 months ago | | | 0 | 0.00010291650 | |
| 19763453 | 7 months ago | | | 0 | 0.00033703153 |
ABI
ABI objects
Getter at block 21310934
ApeSup() view returns (uint256)
1650
apePrice() view returns (uint256)
0
apeWlPrice() view returns (uint256)
0
baseURI() view returns (string)
https://apeliquid.io/aljson/membership.json
drop_is_active() view returns (bool)
false
maxApePurchase() view returns (uint256)
25
maxWlApePurchase() view returns (uint256)
1
name() view returns (string)
ApeRaffle
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0x6a58df9f742348b54bfdf36e040b8e24119d83bb
presale_is_active() view returns (bool)
false
symbol() view returns (string)
APED
tokensMinted() view returns (uint256)
0
totalSupply() view returns (uint256)
1651
Read-only
OnWhiteList(address walletaddr) view returns (bool)
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 PresaleMint(uint256 numberOfTokens) payable
addToWhiteList(address[] newWalletaddr)
approve(address to, uint256 tokenId)
changeMaxApePurchase(uint256 newMaxApePurchase)
changeMaxWlApePurchase(uint256 newMaxWlApePurchase)
changeMintPrice(uint256 newPrice)
changeMintSupply(uint256 newSupply)
changeWlMintPrice(uint256 newWlPrice)
flipDropState()
flipPresaleSate()
mintApeRaffle(uint256 numberOfTokens) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
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)
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.