PacificRimPaymentContract
Verified contract
Active on
Ethereum with 5,389 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xf429…166b
0x6175…6fef
Balances ($0.00)
No balances found for "PacificRimPaymentContract"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16306673 | 2 years ago | | | 0 | 0.00060418706 | |
| 16276877 | 2 years ago | | | 0 | 0.00065063064 | |
| 16276877 | 2 years ago | | | 0 | 0.00065063064 | |
| 16275399 | 2 years ago | | | 0 | 0.00043538938 | |
| 16266209 | 2 years ago | | | 0 | 0.00034984329 | |
| 16250687 | 2 years ago | | | 0 | 0.00048130175 | |
| 16249923 | 2 years ago | | | 0 | 0.00048582575 | |
| 16249767 | 2 years ago | | | 0 | 0.00036022000 | |
| 16249495 | 2 years ago | | | 0 | 0.00038075012 | |
| 16249470 | 2 years ago | | | 0 | 0.00068330704 |
ABI
ABI objects
Getter at block 21213545
ADMIN_ROLE() view returns (bytes32)
0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MINTER_ROLE() view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
getCappedSupply() view returns (uint256)
5000
getEthAmount() view returns (uint256)
0
getNFTAdress() view returns (address)
0xf429210d0f619f71eaa34f37a6a9545068ef166b
getPreSaleDuration() view returns (uint256)
900
getPreSaleMintLimit() view returns (uint256)
2
getPreSalePerTransactionMintLimit() view returns (uint256)
2
getPreSaleTime() view returns (uint256)
1671813900
getPublicSaleDuration() view returns (uint256)
157766400
getPublicSalePerTransactionMintLimit() view returns (uint256)
1
getPublicSaleTime() view returns (uint256)
1671818401
getSignatureAddress() view returns (address _signatureAddress)
0x6e90605ab3d87fc62b50d8d5526efdd02b6678c4
getWhitelistSaleDuration() view returns (uint256)
3600
getWhitelistSaleMintLimit() view returns (uint256)
1
getWhitelistSalePerTransactionMintLimit() view returns (uint256)
1
getWhitelistSaleTime() view returns (uint256)
1671814801
getWithdrawAddress() view returns (address)
0x617544d9c9cee9ebc19dd7d12728dbb72aa36fef
getmintedSupply() view returns (uint256)
5000
owner() view returns (address)
0x994eb5738fad2ca1e180c976a0aa918293b93333
Read-only
checkSignatureValidity(bytes _signature) view returns (bool)
getMintBalancePreSale(address _address) view returns (uint256)
getMintBalanceWhitelistedSale(address _address) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
recover(bytes32 _hash, bytes _signature) pure returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events airdrop(address[] to, uint256[] tokenId)
grantRole(bytes32 role, address account)
presaleMint(uint256[] _tokenId, bytes32 _hash, bytes _signature) payable
publicMint(uint256[] _tokenId, bytes32 _hash, bytes _signature) payable
renounceOwnership()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
transferOwnership(address newOwner)
updateCapValue(uint256 _value)
updateEthAmount(uint256 _amount)
updateNFTAddress(address _address)
updatePreSaleMintLimit(uint256 _limit)
updatePreSalePerTransactionMintLimit(uint256 _preSalePerTransactionMintLimit)
updatePresaleDuration(uint256 _presaleDuration)
updatePresaleTime(uint256 _presaleTime)
updatePublicSaleDuration(uint256 _publicSaleDuration)
updatePublicSalePerTransactionMintLimit(uint256 _publicSalePerTransactionMintLimit)
updatePublicSaleTime(uint256 _publicSaleTime)
updateSignatureAddress(address _signatureAddress)
updateWhitelistSaleDuration(uint256 _whitelistSaleDuration)
updateWhitelistSaleMintLimit(uint256 _limit)
updateWhitelistSalePerTransactionMintLimit(uint256 _whitelistSalePerTransactionMintLimit)
updateWhitelistSaleTime(uint256 _whitelistSaleTime)
updateWithdrawAddress(address _withdrawAddress)
whitelistMint(uint256[] _tokenId, bytes32 _hash, bytes _signature) payable
withdrawEthFunds(uint256 _amount)
ETHFundsWithdrawn(uint256 indexed amount, address indexed _address)
NFTAddressUpdated(address indexed newAddress)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
airdropNFT(address[] to, uint256[] tokenId)
cappedSupplyUpdate(address indexed owner, uint256 indexed supply)
preSaleDurationUpdate(uint256 indexed duration)
preSaleMint(address indexed to, uint256[] tokenId, uint256 indexed price)
preSaleMintingLimit(address indexed owner, uint256 indexed limit)
preSalePerTransactionMintLimitUpdated(uint256 indexed _perTransactionMintLimit)
preSaleTimeUpdate(uint256 indexed time)
publicSaleDurationUpdate(uint256 indexed duration)
publicSaleMint(address indexed to, uint256[] tokenId, uint256 indexed price)
publicSalePerTransactionMintLimitUpdated(uint256 indexed _perTransactionMintLimit)
publicSaleTimeUpdate(uint256 indexed time)
signatureAddressUpdated(address indexed _address)
updateETHAmount(address indexed owner, uint256 indexed amount)
whitelistSaleDurationUpdate(uint256 indexed duration)
whitelistSaleMint(address indexed to, uint256[] tokenId, uint256 indexed price)
whitelistSaleMintingLimit(address indexed owner, uint256 indexed limit)
whitelistSalePerTransactionMintLimitUpdated(uint256 indexed _perTransactionMintLimit)
whitelistSaleTimeUpdate(uint256 indexed time)
withdrawAddressUpdated(address indexed newAddress)
constructor(address _NFTaddress, address _withdrawAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.