ApexDigitalExchange
Verified contract
Active on
Ethereum with 158 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "ApexDigitalExchange"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21378336 | 7 hours ago | | | 0 | 0.00070442826 | |
| 21374754 | 19 hours ago | | | 0 | 0.0010824565 | |
| 21374146 | 21 hours ago | | | 0 | 0.0014761256 | |
| 21372157 | a day ago | | | 0 | 0.00093999535 | |
| 21372083 | a day ago | | | 0 | 0.00079198737 | |
| 21366654 | 2 days ago | | | 0 | 0.0025597134 | |
| 21362011 | 3 days ago | | | 0 | 0.00063468776 | |
| 21357811 | 3 days ago | | | 0 | 0.00044489834 | |
| 21357503 | 3 days ago | | | 0 | 0.00037429142 | |
| 21357395 | 3 days ago | | | 0 | 0.00038268557 |
ABI
ABI objects
Getter at block 21380356
MAX_TAX_RATE() view returns (uint24)
100000
decimals() view returns (uint8)
18
name() view returns (string)
ApexDigitalExchange
owner() view returns (address)
0x557603d730a342345e24bce64a46c0943421539e
symbol() view returns (string)
ADEX
taxRate() view returns (uint24)
5000
taxWallet() view returns (address)
0x557603d730a342345e24bce64a46c0943421539e
totalSupply() view returns (uint256)
100000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
renounceOwnership()
setTaxRate(uint24 _taxRate)
setTaxWallet(address _taxWallet)
transfer(address to, uint256 value) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TaxRateUpdated(uint256 newTaxRate)
TaxWalletUpdated(address indexed newTaxWallet)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string _name, string _symbol, uint256 initialSupply, uint24 _taxRate, address _taxWallet)
This contract contains no fallback and receive objects.
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)