Automata
Verified contract
Active on
Ethereum with 15,152 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($45,029,423.76)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ATA | ERC-20 | 417.399021M | $0.107881 |
$45,029,423.76 | |
HQG | ERC-20 | 0.0006 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21275345 | 4 minutes ago | | | 0 | 0.00039763011 | |
| 21274428 | 3 hours ago | | | 0 | 0.00061459596 | |
| 21274243 | 4 hours ago | | | 0 | 0.00059421144 | |
| 21273530 | 6 hours ago | | | 0 | 0.00031852235 | |
| 21273191 | 7 hours ago | | | 0 | 0.00078045906 | |
| 21272511 | 10 hours ago | | | 0 | 0.00058108926 | |
| 21272279 | 10 hours ago | | | 0 | 0.00062028353 | |
| 21272052 | 11 hours ago | | | 0 | 0.00044076571 | |
| 21271141 | 14 hours ago | | | 0 | 0.00043527815 | |
| 21271140 | 14 hours ago | | | 0 | 0.00051476878 |
ABI
ABI objects
Getter at block 21275361 getTotalVestedAmount() view returns (uint256) getWithdrawableAmount() view returns (uint256)
decimals() view returns (uint8)
18
name() view returns (string)
Automata
owner() view returns (address)
0x29c5f497bc32d322fe0ac6ac24b00577fd23b2d0
symbol() view returns (string)
ATA
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getVestingPlan(uint256 planUniqueId) view returns (bool isRevocable, bool isRevoked, bool accumulateDuringCliff, uint256 startTime, uint256 cliffDuration, uint256 duration, uint256 interval, uint256 initialAmount, uint256 totalAmount, address beneficiary, uint8 category, uint8 vestingType)
State-modifying
Events addVestingPlan(address beneficiary, uint256 totalAmount, uint256 initialAmount, uint256 startTime, uint256 cliffDuration, uint256 duration, uint256 interval, bool accumulateDuringCliff, bool isRevocable, uint8 category, uint8 vestingType)
adjustQuota(uint256 earlyContributors, uint256 networkFees, uint256 protocolReserve, uint256 parternerAndAdvisor, uint256 team, uint256 ecosystemAndCommunity)
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
revokeVestingPlan(uint256 uniqueId)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
QuotaAdjusted(uint256 earlyContributors, uint256 networkFees, uint256 protocolReserve, uint256 parternerAndAdvisor, uint256 team, uint256 ecosystemAndCommunity)
Transfer(address indexed from, address indexed to, uint256 value)
VestingPlanAdded(uint256 uniqueId)
VestingPlanRevoked(uint256 uniqueId)
Withdraw(address beneficiary, uint256 amount)
constructor(uint256 initialSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.