AgroTechFarm
Verified contract
Active on
Ethereum with 1,027 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ATF | ERC-20 | 16.687K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20748112 | 2 months ago | | | 0 | 0.000069724783 | |
| 20565717 | 3 months ago | | | 0 | 0.000054858493 | |
| 20565567 | 3 months ago | | | 0 | 0.000036683879 | |
| 20565565 | 3 months ago | | | 0 | 0.000039260916 | |
| 20565562 | 3 months ago | | | 0 | 0.000040726769 | |
| 20565558 | 3 months ago | | | 0 | 0.000040422611 | |
| 20565555 | 3 months ago | | | 0 | 0.000060005340 | |
| 20538428 | 3 months ago | | | 0 | 0.000092486851 | |
| 17432360 | a year ago | | | 0 | 0.00089074066 | |
| 17432349 | a year ago | | | 0 | 0.00099762602 |
ABI
ABI objects
Getter at block 21225267
cap() view returns (uint256)
5000000000000000000000000
decimals() view returns (uint8)
18
mintingFinished() view returns (bool)
false
name() view returns (string)
AgroTechFarm
owner() view returns (address)
0x40293f239a410aecc3a2aee0548b43254721f548
paused() view returns (bool)
false
symbol() view returns (string)
ATF
totalSupply() view returns (uint256)
1790691181980487627485404
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
saleAgent(address) view returns (bool)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
finishMinting() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
mint(address _to, uint256 _amount) returns (bool)
pause()
setSaleAgent(address addr, bool state)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
Mint(address indexed to, uint256 amount)
MintFinished()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.