GuhadaAirDrop
Verified contract
Active on
Ethereum with 413 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "GuhadaAirDrop"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19714714 | 7 months ago | | | 0 | 0.00041028157 | |
| 18839392 | a year ago | | | 0 | 0.0013218832 | |
| 18766471 | a year ago | | | 0 | 0.0024700713 | |
| 18573666 | a year ago | | | 0 | 0.0018679703 | |
| 18538427 | a year ago | | | 0 | 0.0026597166 | |
| 18510937 | a year ago | | | 0 | 0.0015876076 | |
| 18510681 | a year ago | | | 0 | 0.0014019807 | |
| 16398544 | 2 years ago | | | 0 | 0.0018804821 | |
| 14449193 | 3 years ago | | | 0 | 0.0022873490 | |
| 14363616 | 3 years ago | | | 0 | 0.0025115850 |
ABI
ABI objects
Getter at block 21303634
decimals() view returns (uint8)
18
mintingFinished() view returns (bool)
false
name() view returns (string)
GuhadaAirDrop
nowTime() view returns (uint256)
1574995398
symbol() view returns (string)
GuhadaAirDrop
totalSupply() view returns (uint256)
30000000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
balances(address) view returns (uint256)
lockedUp(address) view returns (uint256)
nolockedUp(address sender) view returns (bool)
owner(address) view returns (bool)
State-modifying
Events addLockUp(address _investor, uint256 _duration)
addOwnership(address _newOwner)
approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
finishMinting() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
mint(address _to, uint256 _amount) returns (bool)
mintTo(address _from, address _to, uint256 _amount) returns (bool)
removeLockUp(address _investor)
removeOwner(address _ownership)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address burner, uint256 value)
Mint(address to, uint256 amount)
MintFinished()
OwnedValue(address owner, uint256 value)
OwnershipAdded(address newOwner)
OwnershipRemoved(address noOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 initialSupply, string tokenName, string tokenSymbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.