Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 3 additional slots
Balances ($0.00)
No balances found for "CULT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17568415 | a year ago | | | 0 | 0.00061919444 |
ABI
ABI objects
Getter at block 21210480
decimals() view returns (uint8)
18
isstandard() view returns (uint256)
1
name() view returns (string)
CULT
owner() view returns (address)
0xc5c80e3a924155e7279022dc05e605f7748e1a78
paused() view returns (bool)
false
state() view returns (uint256 mintflag, uint256 pauseflag, uint256 burnflag, uint256 blacklistflag)
(mintflag=21000000000000000, pauseflag=0, burnflag=0, blacklistflag=0)
symbol() view returns (string)
CULT
totalSupply() view returns (uint256)
420690000000000000000000000000000
Read-only
allowance(address _owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isBlackListed(address user) view returns (bool)
State-modifying
Events _pause()
_unpause()
approve(address spender, uint256 amount) returns (bool)
blacklistUpdate(address user, bool value)
burn(uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
BlacklistUpdated(address indexed user, bool value)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor(address creator_, string name_, string symbol_, uint8 decimals_, uint256 tokenSupply_, struct SharedStructsstatus _state)
This contract contains no fallback and receive objects.
This contract contains no error objects.