OneKiloGifttoken
Verified contract
Active on
Ethereum with 57 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 "OneKiloGifttoken"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12824128 | 3 years ago | | | 0 | 0.0013106280 | |
| 11893344 | 4 years ago | | | 0 | 0.0051225200 | |
| 11892275 | 4 years ago | | | 0 | 0.0051194000 | |
| 11888753 | 4 years ago | | | 0 | 0.0034182400 | |
| 10424455 | 4 years ago | | | 0 | 0.0025423320 | |
| 10424443 | 4 years ago | | | 0 | 0.0035075100 | |
| 10246673 | 5 years ago | | | 0 | 0.00097664000 | |
| 10236917 | 5 years ago | | | 0 | 0.0034826240 | |
| 10228978 | 5 years ago | | | 0 | 0.0015766400 | |
| 10228524 | 5 years ago | | | 0 | 0.0021752000 |
ABI
ABI objects
Getter at block 21410558
INITIAL_SUPPLY() view returns (uint256)
10000000000000000000000000
decimals() view returns (uint8)
18
isOwner() view returns (bool)
false
maxSupply() view returns (uint256)
1000000000000000000000000001
name() view returns (string)
OneKiloGifttoken
owner() view returns (address)
0x2f7b5b030fb9e04281a9dfda0b9b34e3280f873a
paused() view returns (bool)
false
symbol() view returns (string)
1KG
totalSupply() view returns (uint256)
10000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
frozenAccount(address) view returns (bool)
isMinter(address account) view returns (bool)
isPauser(address account) view returns (bool)
State-modifying
Events addMinter(address account)
addPauser(address account)
approve(address spender, uint256 value) returns (bool)
burn(uint256 value)
burnFrom(address from, uint256 value)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool success)
freezeAccount(address target, bool freeze)
increaseAllowance(address spender, uint256 addedValue) returns (bool success)
mint(address to, uint256 value) returns (bool)
pause()
renounceMinter()
renounceOwnership()
renouncePauser()
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)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
MinterAdded(address indexed account)
MinterRemoved(address indexed account)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
PauserAdded(address indexed account)
PauserRemoved(address indexed account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
frozenFunds(address account, bool freeze)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.