Monkey Wif Bike
Verified contract
Active on
Base with 700 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 |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.000692 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22674115 | 6 days ago | | | 0 | 0.0000015331920 | |
| 22119431 | 19 days ago | | | 0 | 4.7523969e-7 | |
| 21907848 | 23 days ago | | | 0 | 5.8712941e-7 | |
| 21014824 | a month ago | | | 0 | 5.6654041e-7 | |
| 20677941 | 2 months ago | | | 0 | 2.9657750e-7 | |
| 20631446 | 2 months ago | | | 0 | 3.8920685e-7 | |
| 20631294 | 2 months ago | | | 0 | 3.8647137e-7 | |
| 20630894 | 2 months ago | | | 0 | 3.6463035e-7 | |
| 20618847 | 2 months ago | | | 0 | 1.5312903e-7 | |
| 20616477 | 2 months ago | | | 0 | 2.3004747e-7 |
ABI
ABI objects
Getter at block 22922589
creator() view returns (address)
0x0ab22b7e090c816f15eb32a920b5289b66b18999
decimals() view returns (uint8)
18
description() view returns (string)
Just a Monkey Wif Bike
imageURI() view returns (string)
https://i.postimg.cc/zD22NGYP/IMG-0832.jpg
isPresaleStep() view returns (bool)
false
name() view returns (string)
Monkey Wif Bike
symbol() view returns (string)
WifBike
telegram() view returns (string)
https://t.me/monkeywifbike
tokenDeployer() view returns (address)
0x7354ea785af2761b1b5c23938c6ba17112c4866a
totalSupply() view returns (uint256)
2222226969000000000000000000
twitter() view returns (string)
https://twitter.com/monkeywifbike
website() view returns (string)
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceDeployerOwnership()
setDescription(string _description)
setImageURI(string _imageURI)
setTelegram(string _telegram)
setTwitter(string _twitter)
setWebsite(string _website)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
TokenCreated(struct TokenTokenCreatedParams params)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string _n, string _s, address _tokenDeployer, string _imageURI, string _website, string _twitter, string _telegram, string _description, address _creator, uint256 _initialSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.