Adshares
Verified contract
Active on
Ethereum with 3,202 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ADS | ERC-20 | 2.980317K | $1.028 |
$3,063.77 | |
ADST | ERC-20 | 1 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21309071 | an hour ago | | | 0 | 0.00099366770 | |
| 21308914 | 2 hours ago | | | 0 | 0.0010102370 | |
| 21308885 | 2 hours ago | | | 0 | 0.0013058075 | |
| 21308507 | 3 hours ago | | | 0 | 0.00072668425 | |
| 21308476 | 3 hours ago | | | 0 | 0.00080497007 | |
| 21307288 | 7 hours ago | | | 0 | 0.00056443322 | |
| 21307213 | 8 hours ago | | | 0 | 0.00031603356 | |
| 21307209 | 8 hours ago | | | 0 | 0.00040487480 | |
| 21306712 | 9 hours ago | | | 0 | 0.00046257912 | |
| 21305309 | 14 hours ago | | | 0 | 0.00038876000 |
ABI
ABI objects
Getter at block 21309455
decimals() view returns (uint8)
11
name() view returns (string)
Adshares
paused() view returns (bool)
false
symbol() view returns (string)
ADS
totalSupply() view returns (uint256)
1473334837157739053
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isMinter(address account) view returns (bool)
isOwner(address account) view returns (bool)
isPauser(address account) view returns (bool)
minterAllowance(address minter) view returns (uint256)
State-modifying
Events addMinter(address account)
addOwner(address account)
addPauser(address account)
approve(address spender, uint256 value) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
decreaseMinterAllowance(address minter, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
increaseMinterAllowance(address minter, uint256 addedValue) returns (bool)
minterApprove(address minter, uint256 amount) returns (bool)
pause()
reclaimEther()
reclaimToken(address _token)
removeMinter(address account)
removePauser(address account)
renounceMinter()
renounceOwner()
renouncePauser()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
unpause()
unwrap(uint256 amount, uint64 to)
unwrapFrom(address account, uint256 amount, uint64 to, uint128 message)
unwrapMessage(uint256 amount, uint64 to, uint128 message)
wrapTo(address account, uint256 amount, uint64 from, uint64 txid) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
MinterAdded(address indexed account)
MinterApproval(address indexed minter, uint256 amount)
MinterRemoved(address indexed account)
OwnerAdded(address indexed account)
OwnerRemoved(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)
Unwrap(address indexed from, uint64 indexed to, uint256 amount, uint128 message)
Wrap(address indexed to, uint64 indexed from, uint64 txid, uint256 amount)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.