BigAussieCrocs
Verified contract
Active on
Ethereum with 378 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 "BigAussieCrocs"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18507577 | a year ago | | | 0 | 0.00051057958 | |
| 16789514 | 2 years ago | | | 0 | 0.0010042354 | |
| 16759476 | 2 years ago | | | 0 | 0.00080304651 | |
| 16747321 | 2 years ago | | | 0 | 0.00044864169 | |
| 16747314 | 2 years ago | | | 0 | 0.00043931384 | |
| 16720117 | 2 years ago | | | 0 | 0.0010762375 | |
| 16685863 | 2 years ago | | | 0 | 0.0018691030 | |
| 16575813 | 2 years ago | | | 0 | 0.00088960960 | |
| 16174093 | 2 years ago | | | 0 | 0.00061924053 | |
| 16102461 | 2 years ago | | | 0 | 0.00058708580 |
ABI
ABI objects
Getter at block 21397002
CURRENT_PRICE() view returns (uint256)
40000000000000000
MAX_PURCHASE() view returns (uint256)
20
MAX_TOKENS() view returns (uint256)
3333
PRESALE_MAX_PURCHASE() view returns (uint256)
5
PROVENANCE() view returns (string)
name() view returns (string)
BigAussieCrocs
owner() view returns (address)
0x2dc9a8f8e6f34e5573819f1df8b93cd21cb838f1
preSaleIsActive() view returns (bool)
true
saleIsActive() view returns (bool)
true
symbol() view returns (string)
BAC
totalSupply() view returns (uint256)
455
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getBigAussieCrocsDetail(uint256 tokenId) view returns (struct BigAussieCrocsBigAussieCrocsDetail detail)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
preSaleAmount(address) view returns (uint256)
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)
whitelist(address) view returns (bool)
State-modifying
Events addAddressToWhiteList(address userAddress)
addAddressesToWhiteList(address[] addresses)
approve(address to, uint256 tokenId)
mintBigAussieCrocs(uint256 numberOfTokens) payable
mintFromWhiteList(uint256 numberOfTokens) payable
mintTokenId(uint256 tokenId)
removeAddressFromWhiteList(address userAddress)
renounceOwnership()
reserveTokens()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string BaseURI)
setCurrentPrice(uint256 currentPrice)
setMaxTokens(uint256 maxTokens)
setPreSaleState(bool newState)
setProvenanceHash(string provenanceHash)
setSaleState(bool newState)
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)
TokenMinted(uint256 tokenId, address owner, uint256 first_encounter)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string name, string symbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.