RainiNft1155Functions
Verified contract
Active on
Ethereum with 345 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xfb2e…f496
Balances ($2,321.53)
Native
Value
$2,321.53
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.587455 | $3,951.84 |
$2,321.53 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14305639 | 3 years ago | | | 0 | 0.0018182076 | |
| 14264590 | 3 years ago | | | 0.0016 | 0.015927322 | |
| 14240248 | 3 years ago | | | 0.0032 | 0.016387046 | |
| 14211125 | 3 years ago | | | 0.0016 | 0.0067095108 | |
| 14184814 | 3 years ago | | | 0.0016 | 0.0051591553 | |
| 14177944 | 3 years ago | | | 0.0016 | 0.010697718 | |
| 14143780 | 3 years ago | | | 0.0016 | 0.015179379 | |
| 14141747 | 3 years ago | | | 0.0032 | 0.029325293 | |
| 14140231 | 3 years ago | | | 0.02 | 0.022212093 | |
| 14138006 | 3 years ago | | | 0.05 | 0.0093287604 |
ABI
ABI objects
Getter at block 21423565
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
POINT_COST_DECIMALS() view returns (uint256)
1000000000000000000
minPointsPercentToMint() view returns (uint256)
25
mintingFeeBasisPoints() view returns (uint256)
600
nftStakingPoolAddress() view returns (address)
0x11cbccfa6e7469561a2a73f62a50f4d3470ea771
rainbowToEth() view returns (uint256)
3750
unicornToEth() view returns (uint256)
375
Read-only
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
mergeFees(uint256) view returns (uint256)
rainbowPools(address) view returns (bool)
startTimeOverrides(uint256) view returns (uint256)
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)
merge(uint256 _cardId, uint256 _level, uint256 _mintAmount, uint256[] _tokenIds, uint256[] _burnAmounts, uint256[] _data) payable
mintWithPoints(uint256[] _cardId, uint256[] _amount, bool[] _useUnicorns, uint256[][] _data, address[] _rainbowPools, address[] _unicornPools) payable
removeRainbowPool(address _rainbowPool)
removeUnicornPool(address _unicornPool)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setEtherValues(uint256 _unicornToEth, uint256 _rainbowToEth, uint256 _minPointsPercentToMint)
setFees(uint256 _mintingFeeBasisPoints, uint256[] _mergeFees)
setNftStakingPoolAddress(address _nftStakingPoolAddress)
setTimeStartOverrides(uint256[] _cardId, uint256[] _newStartTime)
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, address _contractOwner)
This contract contains no fallback and receive objects.
This contract contains no error objects.