Autonolas
Verified contract
Active on
Ethereum with 49,502 txns
Balances ($989.72)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
OLAS | ERC-20 | 548.704106 | $1.80 |
$987.67 | |
TOMOE | ERC-20 | 4.48 | $0.45788 |
$2.05 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21244726 | 5 minutes ago | | | 0 | 0.00066091740 | |
| 21244449 | an hour ago | | | 0 | 0.00079123387 | |
| 21244164 | 2 hours ago | | | 0 | 0.00073385551 | |
| 21244113 | 2 hours ago | | | 0 | 0.00067764122 | |
| 21244069 | 2 hours ago | | | 0 | 0.00056713142 | |
| 21243884 | 3 hours ago | | | 0 | 0.00079780630 | |
| 21243856 | 3 hours ago | | | 0 | 0.00051645939 | |
| 21243845 | 3 hours ago | | | 0 | 0.00083241042 | |
| 21243766 | 3 hours ago | | | 0 | 0.00069222888 | |
| 21243711 | 3 hours ago | | | 0 | 0.0010016443 |
ABI
ABI objects
Getter at block 21244750
DOMAIN_SEPARATOR() view returns (bytes32)
0xcc88d6a52d0d804dfb8190af9a6e9b986b0ab82cc03960259053206463f77020
decimals() view returns (uint8)
18
inflationRemainder() view returns (uint256 remainder)
458990678340595734413713010
maxMintCapFraction() view returns (uint256)
2
minter() view returns (address)
0xa0da53447c0f6c4987964d8463da7e6628b30f82
name() view returns (string)
Autonolas
oneYear() view returns (uint256)
31536000
owner() view returns (address)
0x3c1ff68f5aa342d296d4dee4bb1cacca912d95fe
symbol() view returns (string)
OLAS
tenYearSupplyCap() view returns (uint256)
1000000000000000000000000000
timeLaunch() view returns (uint256)
1656584807
totalSupply() view returns (uint256)
541009321659404265586286990
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
inflationControl(uint256 amount) view returns (bool)
nonces(address) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
changeMinter(address newMinter)
changeOwner(address newOwner)
decreaseAllowance(address spender, uint256 amount) returns (bool)
increaseAllowance(address spender, uint256 amount) returns (bool)
mint(address account, uint256 amount)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 amount)
MinterUpdated(address indexed minter)
OwnerUpdated(address indexed owner)
Transfer(address indexed from, address indexed to, uint256 amount)
constructor()
This contract contains no fallback and receive objects.
ManagerOnly(address sender, address manager)
ZeroAddress()