Moon Crypto Cola
Verified contract
Active on
Ethereum with 5,727 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x65fd…3c93
0x00a1…e946
0x34c4…2312
Balances ($0.00)
No balances found for "Moon Crypto Cola"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20847931 | 2 months ago | | | 0 | 0.00024828245 | |
| 20212252 | 5 months ago | | | 0 | 0.00046004627 | |
| 20184833 | 5 months ago | | | 0 | 0.00026250179 | |
| 20184795 | 5 months ago | | | 0 | 0.00042744928 | |
| 19692997 | 7 months ago | | | 0 | 0.00031225998 | |
| 19156539 | 10 months ago | | | 0 | 0.00045143338 | |
| 19156028 | 10 months ago | | | 0 | 0.00090117324 | |
| 19094709 | 10 months ago | | | 0 | 0.00050322491 | |
| 18806871 | a year ago | | | 0 | 0.0020638060 | |
| 17882962 | a year ago | | | 0 | 0.00081143422 |
ABI
ABI objects
Getter at block 21288908
APES() view returns (address)
0x34c4eba1966b502dfcf0868b6f271d85cc8a2312
BREEDING() view returns (address)
0x0000000000000000000000000000000000000000
MAL() view returns (address)
0x65fd5d7ea09459c932aa70eba22548cd16283c93
MAX_SUPPLY() view returns (uint256)
15000
STAKING() view returns (address)
0x00a103267a22971375c3c37d6e1f1bdfb548e946
SUPPLY() view returns (uint256)
0
isPaused() view returns (bool)
false
name() view returns (string)
Moon Crypto Cola
owner() view returns (address)
0x735874c07646520878776ad20e7418dcd3aa48cc
saleIsActive() view returns (bool)
false
symbol() view returns (string)
MAL_CRYPTO_COLA
Read-only
authorisedLog(uint256) view returns (address)
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
exists(uint256 id) view returns (bool)
getColaIncrement(uint256 colaType) view returns (uint256)
getColasMinted(address user) view returns (uint256)
getTotalPrice(address buyer, uint256[] tokensTypes, uint256[] tokensNumbers) view returns (uint256)
isApprovedForAll(address account, address operator) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
totalSupply(uint256 id) view returns (uint256)
uri(uint256 tokenType) view returns (string)
State-modifying
Events authorise(address addressToAuth)
pause(bool _isPaused)
purchase(uint256[] tokensTypes, uint256[] tokensNumbers)
renounceOwnership()
reserveForGiveaway(uint256[] tokenTypes, uint256[] tokenAmounts)
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setBreedingContract(address _breeding)
setTokenPriceAndMaxSupplies(uint256[] _tokenTypes, uint256[] _tokenPrices, uint256[] _increments, uint256[] _tokensMaxSupplies)
transferOwnership(address newOwner)
unauthorise(address addressToUnAuth)
updateSaleStatus(bool status)
withdraw()
ApprovalForAll(address indexed account, address indexed operator, bool approved)
CryptoColasMinted(address mintedBy, uint256 totalAmount, uint256 totalTypes)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
constructor(address _apes, address _staking, address _mal, string baseUri)
This contract contains no fallback and receive objects.
This contract contains no error objects.