Subscriptions
Verified contract
Active on
Ethereum with 730 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x8b2b…cec8
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
C4Y | ERC-20 | 4.8K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21222031 | 13 days ago | | | 0 | 0.0014700848 | |
| 20986434 | 2 months ago | | | 0 | 0.00076230596 | |
| 20986434 | 2 months ago | | | 0 | 0.00067516350 | |
| 19816302 | 7 months ago | | | 0 | 0.00030234327 | |
| 19589786 | 8 months ago | | | 0 | 0.0027074303 | |
| 19028212 | a year ago | | | 0 | 0.0012435948 | |
| 18199468 | a year ago | | | 0 | 0.00023121832 | |
| 18086849 | a year ago | | | 0 | 0.00087154934 | |
| 17676241 | a year ago | | | 0 | 0.00042250262 | |
| 16949934 | 2 years ago | | | 0 | 0.0024515680 |
ABI
ABI objects
Getter at block 21316828
decimals() view returns (uint8)
0
finance() view returns (address)
0x8b2bc1aa673aae1ec9c75704f9ad2a475804cec8
isOwner() view returns (bool)
false
name() view returns (string)
Subscriptions
owner() view returns (address)
0x005ca4f1493f451c1588186c570a434ec38e718d
paused() view returns (bool)
false
symbol() view returns (string)
Subs
totalSupply() view returns (uint256)
763050
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
claimable(address account) view returns (uint256 amount)
isMinter(address account) view returns (bool)
isPauser(address account) view returns (bool)
State-modifying
Events activate(uint256 amount) returns (bool)
addMinter(address account)
addPauser(address account)
approve(address spender, uint256 value) returns (bool)
claim(address account) returns (uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount) returns (bool)
pause()
reclaimTokens(address token)
renounceMinter()
renounceOwnership()
renouncePauser()
setFinance(address _finance)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
FinanceSet(address financeAddr)
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)
ReclaimedTokens(address tokenAddr, uint256 amount)
SubscriptionsActivated(address account, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.