AgroToken Corn Argentina
Verified contract
Active on
Ethereum with 714 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 Corn Argentina"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15876765 | 2 years ago | | | 0 | 0.0012760731 | |
| 15876765 | 2 years ago | | | 0 | 0.0014746870 | |
| 15876764 | 2 years ago | | | 0 | 0.0014872043 | |
| 15876764 | 2 years ago | | | 0 | 0.0014872043 | |
| 15876763 | 2 years ago | | | 0 | 0.0014768332 | |
| 15876763 | 2 years ago | | | 0 | 0.0014768332 | |
| 15876762 | 2 years ago | | | 0 | 0.0014257210 | |
| 15876761 | 2 years ago | | | 0 | 0.0011369648 | |
| 15876761 | 2 years ago | | | 0 | 0.0011369648 | |
| 15876760 | 2 years ago | | | 0 | 0.0011194676 |
ABI
ABI objects
Getter at block 21405432
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 Corn Argentina
symbol() view returns (string)
CORA
tokenizationFee() view returns (uint256)
0
totalContracts() view returns (uint256)
171
totalSupply() view returns (uint256)
0
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.