AdaMarkets
Verified contract
Active on
Ethereum with 177 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "AdaMarkets"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20917798 | a month ago | | | 0 | 0.00051243704 | |
| 20915369 | a month ago | | | 0 | 0.0019671654 | |
| 20915179 | a month ago | | | 0 | 0.0015758754 | |
| 20915042 | a month ago | | | 0 | 0.00095453287 | |
| 20915042 | a month ago | | | 0 | 0.0016699831 | |
| 20573167 | 3 months ago | | | 0 | 0.000038707165 | |
| 20570922 | 3 months ago | | | 0 | 0.000078031805 | |
| 16642527 | 2 years ago | | | 0 | 0.0026183984 | |
| 16496579 | 2 years ago | | | 0 | 0.00066882179 | |
| 16297768 | 2 years ago | | | 0 | 0.00069684977 |
ABI
ABI objects
Getter at block 21169069
_newOwner() view returns (address)
0x0000000000000000000000000000000000000000
_owner() view returns (address)
0x2ca66d7be5919840a4428ab62d377963a3f65812
decimals() view returns (uint8)
18
name() view returns (string)
AdaMarkets
symbol() view returns (string)
ADAM
totalSupply() view returns (uint256)
1000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
unLockedBalanceOf(address account) view returns (uint256)
State-modifying
Events acceptOwnership()
approve(address spender, uint256 amount) returns (bool)
burn(address account, uint256 amount)
distributeTokens(address to, uint256 tokens, uint256 lockingPeriod) returns (bool success)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed _from, address indexed _to)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address owner)
This contract contains no fallback and receive objects.
This contract contains no error objects.