Agrotoken SOYA
Verified contract
Active on
Ethereum with 1,771 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 "Agrotoken SOYA"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16126354 | 2 years ago | | | 0 | 0.0013942044 | |
| 16126336 | 2 years ago | | | 0 | 0.0013088987 | |
| 15876911 | 2 years ago | | | 0 | 0.0010760439 | |
| 15876910 | 2 years ago | | | 0 | 0.0010606902 | |
| 15876910 | 2 years ago | | | 0 | 0.0010606902 | |
| 15876909 | 2 years ago | | | 0 | 0.0010517231 | |
| 15876909 | 2 years ago | | | 0 | 0.0010517231 | |
| 15876908 | 2 years ago | | | 0 | 0.00094684483 | |
| 15876908 | 2 years ago | | | 0 | 0.00094684483 | |
| 15876908 | 2 years ago | | | 0 | 0.00094684483 |
ABI
ABI objects
Getter at block 21297697
admin() view returns (address)
0x2d3a0f0cb9b0238ab23423de29f49d7ca1e05882
board() view returns (address)
0xa01cd92f06f60b9fdcccdf6280ce9a10803ba720
deTokenizationFee() view returns (uint256)
0
decimals() view returns (uint8)
4
isLocked() view returns (bool)
false
lockedUntilBlock() view returns (uint256)
0
name() view returns (string)
Agrotoken SOYA
symbol() view returns (string)
SOYA
tokenizationFee() view returns (uint256)
0
totalContracts() view returns (uint256)
345
totalSupply() view returns (uint256)
49981
transferFee() view returns (uint256)
0
Read-only
allowance(address _owner, address _spender) view returns (uint256)
allowed(address, address) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
balances(address) view returns (uint256)
calcFees(uint256 _fee, uint256 _amount) pure returns (uint256 serviceAmount, uint256 netAmount)
grains(uint256) view returns (string category, string contractInfo, uint256 amount, uint8 status)
isTransferValid(address _from, address _to, uint256 _amount) view returns (bool)
State-modifying
Events addNewGrainContract(string _grainCategory, string _grainContractInfo, uint256 _grainAmount) returns (bool success)
approve(address _spender, uint256 _value) returns (bool)
changeFee(uint8 _feeType, uint256 _newAmount) returns (bool)
decreaseAllowance(address _spender, uint256 _subtractedValue) returns (bool)
increaseAllowance(address _spender, uint256 _addedValue) returns (bool)
removeGrainContract(uint256 _contractIndex) returns (bool)
replaceAdmin(address _newAdmin) returns (bool)
setBlockLock(uint256 _lockedUntilBlock) returns (bool)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
updateGrainContract(uint256 _contractIndex, string _grainCategory, string _grainContractInfo, uint256 _grainAmount) returns (bool)
withdraw(address _to, uint256 _value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
BlockLockSet(uint256 _value)
Burn(address indexed _from, uint256 _amount, uint256 _newTotalSupply)
GrainStockChanged(uint256 indexed contractId, string grainCategory, string grainContractInfo, uint256 amount, uint8 status, uint256 newTotalSupplyAmount)
Mint(address indexed _to, uint256 _amount, uint256 _newTotalSupply)
NewAdmin(address _newAdmin)
NewManager(address _newManager)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.