Kreatorhood
Verified contract
Active on
Ethereum with 515 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 "Kreatorhood"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21146350 | a month ago | | | 0 | 0.00022155420 | |
| 21076168 | a month ago | | | 0 | 0.00022800276 | |
| 20936610 | 2 months ago | | | 0 | 0.00098395083 | |
| 20763959 | 3 months ago | | | 0 | 0.00047711847 | |
| 20708642 | 3 months ago | | | 0 | 0.000022505071 | |
| 20706159 | 3 months ago | | | 0 | 0.00013883788 | |
| 20516274 | 4 months ago | | | 0 | 0.000053567544 | |
| 20496215 | 4 months ago | | | 0 | 0.000026383667 | |
| 20447404 | 4 months ago | | | 0 | 0.000056074658 | |
| 20233905 | 5 months ago | | | 0 | 0.00075496628 |
ABI
ABI objects
Getter at block 21386582
TOTAL_SUPPLY_CAP() view returns (uint256)
1000000000000000000000000000
_TOTAL_SUPPLY_CAP() view returns (uint256)
1000000000000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
Kreatorhood
owner() view returns (address)
0xf4b4b04b9825a737b56e25703f6b1c864dcf98fc
symbol() view returns (string)
KHOOD
totalSupply() view returns (uint256)
1000000000000000000000000000
totalSupplyMinted() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount) returns (bool status)
renounceOwnership()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 _totalSupplyCap)
This contract contains no fallback and receive objects.
This contract contains no error objects.