AutoMinter
Verified contract
Proxy
Active on
Ethereum with 4,664 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 44 additional slots
-
variable spans 48 additional slots
0xce41…0134
6 additional
variables
Balances ($12,828.80)
Native
Value
$12,828.8
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 4.170598 | $3,076.01 |
$12,828.8 | |
rSWELL | ERC-20 | 1.578185K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21203346 | a day ago | | | 0 | 0.00060424231 | |
| 21203307 | a day ago | | | 0 | 0.00054612504 | |
| 21197999 | 2 days ago | | | 0 | 0.00093809670 | |
| 21197520 | 2 days ago | | | 0 | 0.00044070530 | |
| 21190788 | 3 days ago | | | 0 | 0.00093214408 | |
| 21190776 | 3 days ago | | | 0 | 0.00086356560 | |
| 21168330 | 6 days ago | | | 0 | 0.0014476439 | |
| 21156095 | 8 days ago | | | 0 | 0.00067616934 | |
| 21154076 | 8 days ago | | | 0 | 0.00061156434 | |
| 21151248 | 8 days ago | | | 0 | 0.00068737559 |
ABI
ABI objects
Getter at block 21210886
currentLockWindow() view returns (uint256)
0
decimals() view returns (uint8)
18
isAirdropTradable() view returns (bool)
false
name() view returns (string)
AutoMinter
owner() view returns (address)
0xe28564784a0f57554d8beec807e8609b40a97241
symbol() view returns (string)
AMR
totalSupply() view returns (uint256)
20632304004813496165071242
Read-only
accountClaimed(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getLockedTokens(address account) view returns (uint256)
hasClaimedAirdrop(address account) view returns (bool)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
approve(address spender, uint256 amount) returns (bool)
claim(uint256 amount, bytes signature, address to)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(address stakingContract_, address fundsContract_, address autoMinterFactoryContract_)
mint(address to) payable
moveStrategicLiquidityReserves(uint256 amount, address to)
nextLockWindow()
renounceOwnership()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferFunds()
transferOwnership(address newOwner)
unlockAirdropTokens()
updateCreditSalesContract(address creditSalesContract_)
updateFactoryContract(address autoMinterFactoryContract_)
updateProPassStakingContract(address proStakingContract_)
updateSigner(address signer)
updateStakingContract(address stakingContract_)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed spender, uint256 value)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.