TheFallenMinter
Verified contract
Active on
Ethereum with 2,490 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "TheFallenMinter"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15248151 | 2 years ago | | | 0 | 0.00014111951 | |
| 15248151 | 2 years ago | | | 0 | 0.00014111951 | |
| 15248151 | 2 years ago | | | 0 | 0.00014111951 | |
| 15004562 | 2 years ago | | | 0 | 0.00056320265 | |
| 14962887 | 2 years ago | | | 0 | 0.0012120071 | |
| 14962678 | 2 years ago | | | 0 | 0.0013290734 | |
| 14962671 | 2 years ago | | | 0 | 0.0015342536 | |
| 14962671 | 2 years ago | | | 0 | 0.0015342536 | |
| 14962671 | 2 years ago | | | 0 | 0.0015342536 | |
| 14962671 | 2 years ago | | | 0 | 0.0015342536 |
ABI
ABI objects
Getter at block 21180888
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
OPERATOR_ROLE() view returns (bytes32)
0x97667070c54ef182b0f5858b034beac1b6f3089aa2d3188bb1e8929f4fa9b929
STATUS_CLAIM() view returns (uint8)
2
STATUS_CLOSED() view returns (uint8)
3
STATUS_NOT_INITIALIZED() view returns (uint8)
0
STATUS_PREPARING() view returns (uint8)
1
availableSupply() view returns (uint256)
5317
currentStatus() view returns (uint8)
3
endTimestamp() view returns (uint256)
1683107432
maxSupply() view returns (uint256)
16665
nftCollection() view returns (address)
0x2a73068880618acc4dc8b0b9db29aa33ca5c5396
onnaCollection() view returns (address)
0x23a5ddd62aac108d1e1a81aa2b83a59055963e9e
onnaStaking() view returns (address)
0xf6274573191ff7b92a13cc79908b46c1ef963f47
samuraiCollection() view returns (address)
0x345c2fa23160c63218dfaa25d37269f26c85ca47
samuraiStakingV1() view returns (address)
0x8bc1e2e9cf5dab703f8252473cbbdaef83843f95
samuraiStakingV2() view returns (address)
0xa760212ef90b5d4be755ff7daa546420d7fd6663
startTimestamp() view returns (uint256)
1651571432
Read-only
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events configure(uint256 _startTimestamp, uint256 _endTimestamp)
grantRole(bytes32 role, address account)
mint(uint256[] _linkedSamuraiIds, uint256[] _linkedOnnaIds)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setStatus(uint8 _status)
syncSupply()
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 _collection, address _samuraiCollection, address _samuraiStakingV1, address _samuraiStakingV2, address _onnaCollection, address _onnaStaking)
This contract contains no fallback and receive objects.
This contract contains no error objects.