ROOTS Token
Verified contract
Active on
Ethereum with 653 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 "ROOTS Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16663605 | 2 years ago | | | 0 | 0.0014367475 | |
| 16517158 | 2 years ago | | | 0 | 0.00074234816 | |
| 16398574 | 2 years ago | | | 0 | 0.0019485714 | |
| 14518607 | 3 years ago | | | 0 | 0.027511000 | |
| 13687267 | 3 years ago | | | 0 | 0.0065351880 | |
| 13402784 | 3 years ago | | | 0 | 0.0023185400 | |
| 13402784 | 3 years ago | | | 0 | 0.0023177000 | |
| 13402784 | 3 years ago | | | 0 | 0.0023177000 | |
| 13341950 | 3 years ago | | | 0 | 0.0049013910 | |
| 13318125 | 3 years ago | | | 0 | 0.0031190670 |
ABI
ABI objects
Getter at block 21227703
cap() view returns (uint256)
10000000000000000000000000000
decimals() view returns (uint256)
18
mintingFinished() view returns (bool)
false
name() view returns (string)
ROOTS Token
owner() view returns (address)
0xc3f0e78d537ff754d17405cc4d6632a175fab7e8
symbol() view returns (string)
ROOTS
totalSupply() view returns (uint256)
308538139570815000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
finishMinting() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
mint(address _to, uint256 _amount) returns (bool)
mintlist(address[] _to, uint256[] _amount)
transfer(address _to, uint256 _value) returns (bool)
transfer(address _to, uint256 _value, bytes _data) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value, bytes _data) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Mint(address indexed to, uint256 amount)
MintFinished()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value, bytes data)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.