CryptopiaEarlyAccessTokenFactory
Verified contract
Active on
Ethereum with 735 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($99.96)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 100 | $0.999595 |
$99.96 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18268052 | a year ago | | | 0 | 0.00021334778 | |
| 18004767 | a year ago | | | 0.1 | 0.0030260112 | |
| 18004763 | a year ago | | | 0.1 | 0.0026221698 | |
| 18004726 | a year ago | | | 0.4 | 0.0094650846 | |
| 18003953 | a year ago | | | 0.1 | 0.0027244436 | |
| 18003951 | a year ago | | | 0.1 | 0.0021415214 | |
| 18003949 | a year ago | | | 0.2 | 0.0049239570 | |
| 18003941 | a year ago | | | 0.1 | 0.0026722773 | |
| 18003849 | a year ago | | | 0.1 | 0.0027470199 | |
| 18003631 | a year ago | | | 0.1 | 0.0026236572 |
ABI
ABI objects
Getter at block 21213942
beneficiary() view returns (address)
0xdaa304c435b40468da4ba5b8ec89365c66cc4501
owner() view returns (address)
0xdbedef187160f51db41c270f33ed9c31ed2dc373
stage() view returns (uint8)
2
start() view returns (uint256)
1643360400
token() view returns (address)
0xd14cb56763ef92a17d1d26303acb35683ac467d8
Read-only
canMint(uint256 _numberOfItemsToMint) view returns (bool)
canPayMintFee(uint256 _numberOfItemsToMint) view returns (bool)
getMintFee(uint256 _numberOfItemsToMint) pure returns (uint256)
stakeholders(address) view returns (uint256)
State-modifying
Events deploy()
destroy()
initialize(uint256 _start, address _token)
mint(uint256 _numberOfItemsToMint, address _toAddress, uint256 _referrer, uint8 _faction) payable
mintSet(uint256 _numberOfSetsToMint, address _toAddress, uint256 _referrer) payable
premint(uint256 _numberOfItemsToMint, address _toAddress, uint256 _referrer, uint8 _faction)
renounceOwnership()
retrieveTokens(address _tokenContract)
setBaseTokenURI(string _uri)
setContractURI(string _uri)
setupStakeholders(address[] _stakeholders, uint256[] _percentages)
transferOwnership(address newOwner)
withdraw()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.