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 "3k"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15820816 | 2 years ago | | | 0 | 0.00035157675 | |
| 15820804 | 2 years ago | | | 0 | 0.00067999473 | |
| 15820790 | 2 years ago | | | 0 | 0.0010931618 | |
| 15820790 | 2 years ago | | | 0 | 0.0011417688 | |
| 15820787 | 2 years ago | | | 0 | 0.00068049800 | |
| 15820735 | 2 years ago | | | 0 | 0.00077771200 |
ABI
ABI objects
Getter at block 21296097
FeeAddress() view returns (address)
0x01847472cb587eb22cc414005b38b2cdb4bfb6c1
burnFee() view returns (uint256)
3
decimals() view returns (uint256)
18
getTime() view returns (uint256)
1732916531
getUnlockTime() view returns (uint256)
0
name() view returns (string)
3k
owner() view returns (address)
0x0000000000000000000000000000000000000000
paused() view returns (bool)
false
symbol() view returns (string)
3k
totalSupply() view returns (uint256)
9648849660202857209826802173
txFee() view returns (uint256)
3
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
blackListAddress(address listAddress, bool isBlackListed) returns (bool success)
burn(uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
lock(uint256 time)
mint(address account, uint256 amount)
pause()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
unlock()
unpause()
updateFee(uint256 _txFee, uint256 _burnFee, address _FeeAddress)
waiveOwnership()
Approval(address indexed owner, address indexed spender, uint256 value)
Blacklist(address indexed blackListed, bool value)
Burn(address indexed burner, uint256 value)
Mint(address indexed from, address indexed to, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor(string _name, string _symbol, uint256 _decimals, uint256 _supply, uint256 _txFee, uint256 _burnFee, address _FeeAddress, address tokenOwner, address service)
This contract contains no fallback and receive objects.
This contract contains no error objects.