KickToken
Verified contract
Active on
Ethereum with 4,822 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
KICK | ERC-20 | 63.789645K | -- | -- | |
BRM | ERC-20 | 15K | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21264733 | 17 hours ago | | | 0 | 0.00060567021 | |
| 21264618 | 18 hours ago | | | 0 | 0.00069997843 | |
| 21252119 | 2 days ago | | | 0 | 0.00082054976 | |
| 21223800 | 6 days ago | | | 0 | 0.00082985399 | |
| 21173561 | 13 days ago | | | 0 | 0.0017107195 | |
| 21161691 | 15 days ago | | | 0 | 0.00040036500 | |
| 21142318 | 18 days ago | | | 0 | 0.00029312108 | |
| 21025993 | a month ago | | | 0 | 0.00026318320 | |
| 21018883 | a month ago | | | 0 | 0.00016336530 | |
| 20991335 | a month ago | | | 0 | 0.0014409860 |
ABI
ABI objects
Getter at block 21269873
ADMIN_ROLE() view returns (bytes32)
0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
DOMAIN_SEPARATOR() view returns (bytes32)
0x481fa90539aa0032eccd6d1931eabed3af96cf64b04ba375b3d846707e613e36
OWNER_ROLE() view returns (bytes32)
0xb19546dff01e856fb3f010c267a7b1c60363cf8a4664e21cc89c26224620214e
UNPAUSED_ROLE() view returns (bytes32)
0xc24cfa5314916b96e49dc74c6fac529da5396cc35793f132cc09dbaab140f05e
burnPercent() view returns (uint256)
25
decimals() view returns (uint8)
10
distributionPercent() view returns (uint256)
25
name() view returns (string)
KickToken
paused() view returns (bool)
true
symbol() view returns (string)
KICK
totalSupply() view returns (uint256)
13854861523976852611
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
isNoIncomeFee(address account) view returns (bool)
nonces(address owner) view returns (uint256)
reflectionFromToken(uint256 tAmount, bool deductTransferFee) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenFromReflection(uint256 rAmount) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
approveAndCall(address spender, uint256 amount) returns (bool)
approveAndCall(address spender, uint256 amount, bytes data) returns (bool)
burn(uint256 tAmount)
burnFrom(address account, uint256 tAmount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
denominate(uint256 rate)
distribute(uint256 tAmount)
distributeFrom(address account, uint256 tAmount)
grantNoIncomeFee(address account)
grantRole(bytes32 role, address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
multisend(address[] recipients, uint256[] tAmounts)
pauseTrigger()
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
renounceRole(bytes32 role, address account)
revokeNoIncomeFee(address account)
revokeRole(bytes32 role, address account)
setBurnPercent(uint256 percent)
setDistributionPercent(uint256 percent)
stuckFundsTransfer(address token, address to, uint256 amount) returns (bool)
transfer(address recipient, uint256 amount) returns (bool)
transferAll(address recipient) returns (bool)
transferAllFrom(address account, address recipient) returns (bool)
transferAndCall(address recipient, uint256 amount) returns (bool)
transferAndCall(address recipient, uint256 amount, bytes data) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferFromAndCall(address sender, address recipient, uint256 amount) returns (bool)
transferFromAndCall(address sender, address recipient, uint256 amount, bytes data) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
BurnPercentChanged(uint256 value)
Distribution(address indexed account, uint256 value)
DistributionPercentChanged(uint256 value)
NoIncomeFeeRoleGranted(address indexed account)
NoIncomeFeeRoleRevoked(address indexed account)
Paused(address account)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor(string name, string ticker, uint8 decimal, uint256 tTotal, uint256 dPercent, uint256 bPercent)
This contract contains no fallback and receive objects.
This contract contains no error objects.