Sensorium
Verified contract
Active on
Ethereum with 18,355 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($53.80)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SENSO | ERC-20 | 1.462K | $0.036799 |
$53.8 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21282999 | 2 hours ago | | | 0 | 0.00034854129 | |
| 21282469 | 4 hours ago | | | 0 | 0.00074174394 | |
| 21280543 | 11 hours ago | | | 0 | 0.0012619957 | |
| 21277823 | 20 hours ago | | | 0 | 0.00067212053 | |
| 21276440 | a day ago | | | 0 | 0.00026239400 | |
| 21276326 | a day ago | | | 0 | 0.00021825369 | |
| 21276222 | a day ago | | | 0 | 0.00063536478 | |
| 21276177 | a day ago | | | 0 | 0.00057740355 | |
| 21271596 | 2 days ago | | | 0 | 0.00065569871 | |
| 21271582 | 2 days ago | | | 0 | 0.00076356506 |
ABI
ABI objects
Getter at block 21283728
cap() view returns (uint256)
7692000000
closedSaleAmount() view returns (uint256)
2000000000
closedSaleWallet() view returns (address)
0x966b0ed65cc4499f8062703306a6bb816d35101b
name() view returns (string)
Sensorium
paused() view returns (bool)
false
symbol() view returns (string)
SENSO
tokenCapAmount() view returns (uint256)
7692000000
tokensaleAmount() view returns (uint256)
3000000000
tokensaleWallet() view returns (address)
0x0000000000000000000000000000000000000000
totalFrozenTokens() view returns (uint256)
0
totalSupply() view returns (uint256)
5915280000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isMinter(address account) view returns (bool)
isPauser(address account) view returns (bool)
State-modifying
Events addMinter(address account)
addPauser(address account)
approve(address spender, uint256 value) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount) returns (bool)
mint(address account, uint256 amount, uint256 frozenAmount) returns (bool)
pause()
renounceMinter()
renouncePauser()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
unfreezeTokens(uint256 unfrozenValue) returns (bool)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
MinterAdded(address indexed account)
MinterRemoved(address indexed account)
Paused(address account)
PauserAdded(address indexed account)
PauserRemoved(address indexed account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor(address _closedSaleWallet, address _tokenSaleWallet)
This contract contains no fallback and receive objects.
This contract contains no error objects.