Raini721FunctionsV3
Verified contract
Active on
Ethereum with 2,207 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x71ac…b492
0x53b2…2846
Balances ($0.00)
No balances found for "Raini721FunctionsV3"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14279866 | 3 years ago | | | 0.01 | 0.0032891800 | |
| 14279849 | 3 years ago | | | 0.08 | 0.0021343680 | |
| 14025485 | 3 years ago | | | 0.08 | 0.019304259 | |
| 14022219 | 3 years ago | | | 0.02 | 0.017215023 | |
| 14022160 | 3 years ago | | | 0.01 | 0.018065077 | |
| 14019408 | 3 years ago | | | 0.01 | 0.024748616 | |
| 14019105 | 3 years ago | | | 0.4 | 0.016732259 | |
| 14019105 | 3 years ago | | | 0.48 | 0.016732259 | |
| 14019066 | 3 years ago | | | 0.08 | 0.011923154 | |
| 14019066 | 3 years ago | | | 0.08 | 0.012114365 |
ABI
ABI objects
Getter at block 21386171
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
POINT_COST_DECIMALS() view returns (uint256)
1000000000000000000
contractOwner() view returns (address)
0x82f9d5fe6c46990f3c2536e83b2b4e1c0a91f27f
ethRecipient() view returns (address)
0x71ace48c03f546765028ffa828eba4800785b492
feeRecipient() view returns (address)
0x82f9d5fe6c46990f3c2536e83b2b4e1c0a91f27f
maxMintsPerTx() view returns (uint256)
20
minPointsPercentToMint() view returns (uint256)
25
mintingFeeBasisPoints() view returns (uint256)
1250
nftContract() view returns (address)
0x53b217e1f76925b3afd4a0d3ce0dd8e11a822846
rainbowToEth() view returns (uint256)
18750
unicornToEth() view returns (uint256)
1875
verifier() view returns (address)
0xc50256c57445776054d3780286b650e83157f0ce
Read-only
checkSigniture(address msgSender, bytes sig, uint256 maxMints) view returns (bool _success)
getRoleAdmin(bytes32 role) view returns (bytes32)
getTotalBalance(address _address, uint256 _start, uint256 _end) view returns (uint256[][] amounts)
hasRole(bytes32 role, address account) view returns (bool)
numberMintedByAddress(address, uint256) view returns (uint256)
numberOfPoolMinted(uint256) view returns (uint256)
poolTypes(uint256) view returns (uint64 costInUnicorns, uint64 costInRainbows, uint64 costInEth, uint16 maxMintsPerAddress, uint32 supply, uint32 mintTimeStart, bool requiresWhitelist)
rainbowPools(address) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
unicornPools(address) view returns (bool)
State-modifying
Events addRainbowPool(address _rainbowPool)
addUnicornPool(address _unicornPool)
grantRole(bytes32 role, address account)
initPools(uint256[] _poolId, uint256[] _supply, uint256[] _costInUnicorns, uint256[] _costInRainbows, uint256[] _costInEth, uint256[] _maxMintsPerAddress, uint32[] _mintTimeStart, bool[] _requiresWhitelist)
mint(uint256[] _poolType, uint256[] _amount, bool[] _useUnicorns, address[] _rainbowPools, address[] _unicornPools, bytes sig, uint256 maxMints) payable
removeRainbowPool(address _rainbowPool)
removeUnicornPool(address _unicornPool)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setEthRecipient(address _ethRecipient)
setEtherValues(uint256 _unicornToEth, uint256 _rainbowToEth, uint256 _minPointsPercentToMint)
setFeeRecipient(address _feeRecipient)
setFees(uint256 _mintingFeeBasisPoints)
setMaxMintsPerTx(uint256 _maxMintsPerTx)
setNftContract(address _nftContract)
setVerifierAddress(address _verifier)
withdrawEth(uint256 _amount)
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)
constructor(address _nftContractAddress, uint256 _maxMintsPerTx, address _ethRecipient, address _feeRecipient, address _contractOwner, address _verifier)
This contract contains no fallback and receive objects.
This contract contains no error objects.