Aperios
Verified contract
Active on
Ethereum with 6,908 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
APRS | ERC-20 | 241.818882 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21257498 | an hour ago | | | 0 | 0.00041440541 | |
| 21257391 | 2 hours ago | | | 0 | 0.00050596746 | |
| 21256828 | 4 hours ago | | | 0 | 0.00032090732 | |
| 21256752 | 4 hours ago | | | 0 | 0.00046291334 | |
| 21252750 | 17 hours ago | | | 0 | 0.00063981777 | |
| 21247800 | a day ago | | | 0 | 0.00032644020 | |
| 21247765 | a day ago | | | 0 | 0.00065850979 | |
| 21247456 | a day ago | | | 0 | 0.00035875431 | |
| 21247429 | a day ago | | | 0 | 0.00064819187 | |
| 21246463 | 2 days ago | | | 0 | 0.00044065461 |
ABI
ABI objects
Getter at block 21257891
cap() view returns (uint256)
1000000000000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
Aperios
owner() view returns (address)
0xac5d4787b99aa2af674c6c66cd97f8a4b8c63d11
paused() view returns (bool)
false
symbol() view returns (string)
APRS
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isAdmin(address admin) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address to, uint256 amount)
pause()
renounceOwnership()
setAdmin(address admin, bool enabled)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unpause()
AdminAccessSet(address _admin, bool _enabled)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.