Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x8c1d…f50c
Balances ($0.00)
No balances found for "WarMinter"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20807092 | 3 months ago | | | 0 | 0.0024082012 | |
| 20550310 | 4 months ago | | | 0 | 0.00029279938 | |
| 20414676 | 4 months ago | | | 0 | 0.00061284099 | |
| 20412587 | 4 months ago | | | 0 | 0.0011102218 | |
| 20311348 | 5 months ago | | | 0 | 0.0013071884 | |
| 20311075 | 5 months ago | | | 0 | 0.0012017637 | |
| 20303994 | 5 months ago | | | 0 | 0.00076248671 | |
| 20297080 | 5 months ago | | | 0 | 0.00040247410 | |
| 20295810 | 5 months ago | | | 0 | 0.00044221253 | |
| 20280972 | 5 months ago | | | 0 | 0.00074465169 |
ABI
ABI objects
Getter at block 21382043
owner() view returns (address)
0x0792dcb7080466e4bbc678bdb873fe7d969832b8
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
ratios() view returns (address)
0x8c1d862c1fa91e0880deef621c7a17f9087bf50c
war() view returns (address)
0xa8258dee2a677874a48f5320670a869d74f0cbc1
Read-only
lockers(address) view returns (address)
State-modifying
Events acceptOwnership()
mint(address vlToken, uint256 amount)
mint(address vlToken, uint256 amount, address receiver)
mintMultiple(address[] vlTokens, uint256[] amounts)
mintMultiple(address[] vlTokens, uint256[] amounts, address receiver)
renounceOwnership()
setLocker(address vlToken, address warLocker)
setRatios(address newRatios)
transferOwnership(address newOwner)
MintRatioUpdated(address oldMintRatio, address newMintRatio)
NewPendingOwner(address indexed previousPendingOwner, address indexed newPendingOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _war, address _ratios)
This contract contains no fallback and receive objects.
CallerNotPendingOwner()
CannotBeOwner()
DifferentSizeArrays(uint256 size1, uint256 size2)
EmptyArray()
MismatchingLocker(address expected, address actual)
NoWarLocker()
OwnerAddressZero()
ZeroAddress()
ZeroMintAmount()
ZeroValue()