Spidey Man ETF
Verified contract
Active on
Ethereum with 5 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 "Spidey Man ETF"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18548772 | a year ago | | | 0 | 0.00048904149 | |
| 18548771 | a year ago | | | 0 | 0.0012028684 | |
| 18548770 | a year ago | | | 0 | 0.00061966090 | |
| 18548738 | a year ago | | | 0 | 0.0011544831 | |
| 18548727 | a year ago | | | 0 | 0.0010338052 |
ABI
ABI objects
Getter at block 21164265
burnPercentage() view returns (uint256)
2
decimals() view returns (uint8)
18
hardCap() view returns (uint256)
100000000000000000000000000
name() view returns (string)
Spidey Man ETF
owner() view returns (address)
0x0000000000000000000000000000000000000000
pairAddress() view returns (address)
0xfa28a65c7b72339a14b06849f3f4be3cde23640c
symbol() view returns (string)
SPDRMNETF
taxRemovalWallet() view returns (address)
0x89d1e7275ce1e669198723ad0064818f1d359641
totalSupply() view returns (uint256)
99999591915182858827202983
tradingEnabled() view returns (bool)
true
Read-only
allowance(address from, address to) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address to, uint256 amount) returns (bool)
burn(uint256 amount)
decreaseAllowance(address to, uint256 subtractedValue) returns (bool)
enableTrading()
increaseAllowance(address to, uint256 addedValue) returns (bool)
removeBurnPercentage()
renounceOwnership()
setPairAddress(address _pair)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
BurnPercentageRemoved(uint256 timestamp)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PairAddressSet(address pair, uint256 timestamp)
TradingEnabled(uint256 timestamp)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name_, string symbol_, address newOwner_, address taxRemovalWallet_)
This contract contains no fallback and receive objects.
This contract contains no error objects.