Bulleon Promo Token
Verified contract
Active on
Ethereum with 1,403 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 |
---|---|---|---|---|---|
BULLEON PROMO | ERC-20 | 1.46K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19297232 | 9 months ago | | | 0 | 0.0015856903 | |
| 19023446 | 10 months ago | | | 0 | 0.0033534723 | |
| 17448933 | a year ago | | | 0 | 0.0026833252 | |
| 15654019 | 2 years ago | | | 0 | 0.00035471489 | |
| 15538865 | 2 years ago | | | 0 | 0.0010276887 | |
| 13904079 | 3 years ago | | | 0 | 0.010696191 | |
| 13885568 | 3 years ago | | | 0 | 0.0056808106 | |
| 13828562 | 3 years ago | | | 0 | 0.0026803322 | |
| 13465852 | 3 years ago | | | 0 | 0.0052978433 | |
| 13465731 | 3 years ago | | | 0 | 0.0028555166 |
ABI
ABI objects
Getter at block 21266877
INITIAL_SUPPLY() view returns (uint256)
400000000000000000000000000
decimals() view returns (uint8)
18
dex() view returns (address)
0xbe404e1fc0c3024f506f0353d67e7fe4eb95952f
name() view returns (string)
Bulleon Promo Token
owner() view returns (address)
0xbc63ca1bb8afde0cebb68a10bc43de49857ebec1
symbol() view returns (string)
BULLEON PROMO
totalSupply() view returns (uint256)
400000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
massNotify(address[] _owners)
renounceOwnership()
setDex(address _dex)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address _newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.