HubCulture
Verified contract
Active on
Ethereum with 165 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 2 additional slots
-
variable spans 2 additional slots
Balances ($0.00)
No balances found for "HubCulture"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19369143 | 9 months ago | | | 0 | 0.0019552085 | |
| 19368687 | 9 months ago | | | 0 | 0.0013871771 | |
| 19368490 | 9 months ago | | | 0 | 0.0015216427 | |
| 12336678 | 4 years ago | | | 0 | 0.0033003080 | |
| 12281892 | 4 years ago | | | 0 | 0.0047436000 | |
| 12252453 | 4 years ago | | | 0 | 0.0060192600 | |
| 12208177 | 4 years ago | | | 0 | 0.0027424600 | |
| 12208177 | 4 years ago | | | 0 | 0.0026558560 | |
| 12198105 | 4 years ago | | | 0 | 0.0027713280 | |
| 12197777 | 4 years ago | | | 0 | 0.0026847240 |
ABI
ABI objects
Getter at block 21289889
availableSupply() view returns (uint256)
11006
isBadDay() view returns (bool)
false
isPaused() view returns (bool)
false
pendingSupply() view returns (uint256)
4057
totalSupply() view returns (uint256)
15063
Read-only
allowance(address account, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isAuthority(address authority) view returns (bool)
isFailsafe(address _failsafe) view returns (bool)
isOwner(address _owner) view returns (bool)
isRegistered(address wallet) view returns (bool)
isVault(address vault) view returns (bool)
State-modifying
Events addAuthority(address authority) returns (bool)
addVault(address vault) returns (bool)
approve(address spender, uint256 value) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
deposit(address account, uint256 value) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
lockForever() returns (bool)
pause() returns (bool)
register(bytes32 uuid, uint8 v, bytes32 r, bytes32 s) returns (bool)
releaseDeposit(address account, uint256 value) returns (bool)
removeAuthority(address authority) returns (bool)
removeVault(address vault) returns (bool)
revokeDeposit(address account, uint256 value) returns (bool)
setFailsafe(address _failsafe)
setOwner(address _owner)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
unpause() returns (bool)
unregister(address wallet) returns (bool)
withdraw(uint256 value) returns (bool)
Decline(address indexed account, uint256 indexed value, uint256 indexed nonce)
Deposit(address indexed account, uint256 indexed value, uint256 indexed nonce)
Pending(address indexed account, uint256 indexed value, uint256 indexed nonce)
Registration(address indexed account, bytes32 indexed uuid, uint256 indexed nonce)
Unregistered(address indexed account, uint256 indexed nonce)
Withdraw(address indexed account, uint256 indexed value, uint256 indexed nonce)
constructor(address _owner, address _failsafe)
This contract contains no fallback and receive objects.
This contract contains no error objects.